Skip to content

Commit

Permalink
change input[1] of embed as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
TE-WoodyLi committed May 10, 2018
1 parent 6ca02d1 commit dcb2c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/src/nnabla/utils/converter/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,9 @@ Neural Network Layer:
x0:
doc: Indices with shape :math:`(I_0, ..., I_N)`
template: TI
x1:
w:
doc: Weights with shape :math:`(W_0, ..., W_M)`
parameter: true
outputs:
y:
doc: Output with shape :math:`(I_0, ..., I_N, W_1, ..., W_M)`
Expand Down

0 comments on commit dcb2c00

Please sign in to comment.