TIM-VX/src/tim/transform/ops
chxin66 11572140d2
Fixed layout inference bug for stack (#375)
Signed-off-by: Chen Xin <jack.chen@verisilicon.com>
2022-05-05 17:18:09 +08:00
..
activation_layout_inference.h add alpha & beta parameters for HardSigmoid (#265) 2022-01-13 14:17:19 +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 enable no bias in FC layout inference (#294) 2022-02-21 19:09:38 +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 Fixed layout inference bug for stride_slice (#329) 2022-04-13 10:12:37 +08:00
op_layout_inference.h Fixed layout inference bug for stride_slice (#329) 2022-04-13 10:12:37 +08:00
pad_layout_inference.h Fixed pad layout inference bug & added one stridedslice case (#370) 2022-04-20 21:44:43 +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 Fixed layout inference bug for stack (#375) 2022-05-05 17:18:09 +08:00
stridedslice_layout_inference.h Fixed layout inference bug for stride_slice (#329) 2022-04-13 10:12:37 +08:00
transpose_layout_inference.h Fix the conflict for previous two commits (#253) 2021-12-29 15:38:42 +08:00