TIM-VX/include/tim/vx/ops
Feiyue Chen 95401036ab fixed some errs on gcc12 2022-09-15 21:26:43 +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
bidirectional_sequence_lstm.h Mapped bidirectional lstm & unit test 2022-08-22 10:42:05 +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 batch dims in gather (#435) 2022-07-19 12:33:09 +08:00
gather_elements.h modify GatherElements (#406) 2022-05-29 22:25:14 +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
grucell.h Mapped GRUCell & unit test 2022-08-11 20:34:19 +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 Fixed param compute bug for lrn 2022-08-04 21:35:59 +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
maxpoolgrad.h fixed some errs on gcc12 2022-09-15 21:26:43 +08:00
maxpoolwithargmax.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
maxpoolwithargmax2.h Fix error in feature compatiable guard 2022-09-05 15:05:50 +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
roi_align.h Rename RoiAlign & RoiPool (#446) 2022-07-29 11:10:25 +08:00
roi_pool.h Rename RoiAlign & RoiPool (#446) 2022-07-29 11:10:25 +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 Ceil & unit test (#381) 2022-05-05 17:11:31 +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_gru.h Mapped unidirectional gru & unit test 2022-08-31 09:27:05 +08:00
unidirectional_sequence_lstm.h lstm layout inference & Added unidirectional lstm layout inference (#392) 2022-05-29 22:40:43 +08:00
unstack.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00