TIM-VX/src/tim/transform/ops
Zongwu.Yang 4229ad88b3
support conv3d (#238)
Signed-off-by: Zongwu Yang <zongwu.yang@verisilicon.com>
2022-01-11 14:13:15 +08:00
..
activation_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
addn_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
arg_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
batch2space_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
batchnorm_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
concat_layout_inferene.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
conv2d_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
conv3d_layout_inference.h support conv3d (#238) 2022-01-11 14:13:15 +08:00
deconv2d_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
default_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
depth2space_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
elementwise_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
fullyconnected_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
gather_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
gather_nd_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
l2normalization_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
logical_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
lrn_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
op_layout_inference.cc support conv3d (#238) 2022-01-11 14:13:15 +08:00
op_layout_inference.h support conv3d (#238) 2022-01-11 14:13:15 +08:00
pad_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
pool2d_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
reduce_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
resize_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
reverse_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
select_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
simple_ops_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
slice_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
softmax_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
space2batch_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
space2depth_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
split_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
squeeze_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
stack_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
stridedslice_layout_inference.h Added RNNCell & unit test (#249) 2021-12-29 11:08:24 +08:00
transpose_layout_inference.h Fix the conflict for previous two commits (#253) 2021-12-29 15:38:42 +08:00