TIM-VX/include/tim/vx/ops
chxin66 7a8ae32f73
Added topk & unit test (#384)
Signed-off-by: Chen Xin <jack.chen@verisilicon.com>

Co-authored-by: Chen Xin <jack.chen@verisilicon.com>
2022-05-05 17:06:39 +08:00
..
activations.h Added selu & celu & unit test (#366) 2022-04-18 14:35:29 +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
broadcast.h Add Broadcast op (#365) 2022-04-18 15:45:15 +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
depth2space.h Suported specifying CRD_mode & DCR_mode in depthtospace (#362) 2022-04-14 19:53:32 +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 Support specifying pad_mode in pad (#355) 2022-04-14 19:55:47 +08:00
pool2d.h Added unit test for maxpool (#361) 2022-04-13 22:16:47 +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 Revert "composed Dense & added unit test (#312)" (#340) 2022-03-31 18:37:45 +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 param step for slice & added unit test (#352) 2022-04-12 15:42:58 +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 Add layout inference & layout test for stack (#337) 2022-04-06 13:01:41 +08:00
stridedslice.h Fixed layout inference bug for stride_slice (#329) 2022-04-13 10:12:37 +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
topk.h Added topk & unit test (#384) 2022-05-05 17:06:39 +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