..
activations.h
doc: fix some comments ( #322 )
2022-03-17 12:21:20 +08:00
addn.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
arg.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
batch2space.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
batchnorm.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
clip.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
concat.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
conv1d.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
conv2d.h
Support that op's all inputs are constant ( #264 )
2022-01-14 12:34:38 +08:00
conv3d.h
support conv3d ( #238 )
2022-01-11 14:13:15 +08:00
custom_base.h
Refine customized op support ( #327 )
2022-03-22 23:00:52 +08:00
deconv.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
deconv1d.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
dense.h
composed Dense & added unit test ( #312 )
2022-03-25 10:49:39 +08:00
depth2space.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
dropout.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
elementwise.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
erf.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
fullyconnected.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
gather.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
gathernd.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
groupedconv1d.h
Add pad value for grouped_conv1d ( #292 )
2022-02-21 19:11:36 +08:00
groupedconv2d.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
instancenormalization.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
l2normalization.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
layernormalization.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
localresponsenormalization.h
doc: fix some comments ( #322 )
2022-03-17 12:21:20 +08:00
logical.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
logsoftmax.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
matmul.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
maxpoolwithargmax.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
maxunpool2d.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
moments.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
nbg.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
onehot.h
Map OneHot & unit test ( #258 )
2022-01-05 22:04:49 +08:00
pad.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
pool2d.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
reduce.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
relational_operations.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
reorg.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
reshape.h
Update reshape to reshape2 ( #310 )
2022-03-01 17:04:02 +08:00
resize.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
resize1d.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
reverse.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
rnn_cell.h
composed Dense & added unit test ( #312 )
2022-03-25 10:49:39 +08:00
scatternd.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
select.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
shuffle_channel.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
signal_frame.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
simple_operations.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
slice.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
softmax.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
space2batch.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
space2depth.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
spatial_transformer.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
split.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
squeeze.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
stack.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
stridedslice.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
svdf.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
tile.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
transpose.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
unidirectional_sequence_lstm.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00
unstack.h
Added RNNCell & unit test ( #249 )
2021-12-29 11:08:24 +08:00