TIM-VX/src/tim/transform/ops
chxin66 ea8046ec9c
Added roi_align layoutinfer & cases (#615)
* Added roi_align layoutinfer & cases

Type: New feature

Signed-off-by: Chen <jack.chen@verisilicon.com>

* Update instancenorm op spec .json

Type: bug fix

Signed-off-by: Chen <jack.chen@verisilicon.com>

* Added roi_pool layoutinfer & fixed case bug

Type: new feature

Signed-off-by: Chen <jack.chen@verisilicon.com>

---------

Signed-off-by: Chen <jack.chen@verisilicon.com>
Co-authored-by: Chen <jack.chen@verisilicon.com>
2023-07-08 23:39:56 +08:00
..
activation_layout_inference.h Refine prelu layout inference (#577) 2023-04-25 11:25:55 +08:00
addn_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
arg_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
batch2space_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
batchnorm_layout_inference.h Remove tensor GetDataRef api (#569) 2023-03-23 21:35:30 +08:00
bidirectional_rnn_layout_inference.h Remove tensor GetDataRef api (#569) 2023-03-23 21:35:30 +08:00
broadcast_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
concat_layout_inferene.h update copyright information 2023-01-20 12:49:48 +08:00
conv2d_layout_inference.h Remove tensor GetDataRef api (#569) 2023-03-23 21:35:30 +08:00
conv3d_layout_inference.h Remove tensor GetDataRef api (#569) 2023-03-23 21:35:30 +08:00
deconv2d_layout_inference.h Remove tensor GetDataRef api (#569) 2023-03-23 21:35:30 +08:00
default_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
depth2space_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
elementwise_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
fullyconnected_layout_inference.h Remove tensor GetDataRef api (#569) 2023-03-23 21:35:30 +08:00
gather_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
gather_nd_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
grouped_conv2d_layout_inference.h Remove tensor GetDataRef api (#569) 2023-03-23 21:35:30 +08:00
instance_norm_layout_inference.h fixed instance norm bug & add its layoutinfer (#593) 2023-05-31 12:55:42 +08:00
l2normalization_layout_inference.h Fixed l2normalization layout infer bug (#570) 2023-03-27 15:00:25 +08:00
logical_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
lrn_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
op_layout_inference.cc Remove unused value in op layoutinfer (#607) 2023-06-25 09:23:09 +08:00
op_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
pad_layout_inference.h Fix mirror pad param mismatch 2023-03-21 09:20:00 +08:00
pad_v2_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
pool2d_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
reduce_layout_inference.h fixed reduce layoutinfer bug (#605) 2023-06-19 21:56:08 +08:00
resize_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
reverse_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
roi_align_layout_inference.h Added roi_align layoutinfer & cases (#615) 2023-07-08 23:39:56 +08:00
roi_pool_layout_inference.h Added roi_align layoutinfer & cases (#615) 2023-07-08 23:39:56 +08:00
select_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
simple_ops_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
slice_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
softmax_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
space2batch_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
space2depth_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
split_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
squeeze_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
stack_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
stridedslice_layout_inference.h Added new_axis_mask param for stridedslice (#600) 2023-06-25 09:24:41 +08:00
transpose_layout_inference.h update copyright information 2023-01-20 12:49:48 +08:00
unidirectional_lstm_layout_inference.h Remove tensor GetDataRef api (#569) 2023-03-23 21:35:30 +08:00
unidirectional_rnn_layout_inference.h Remove tensor GetDataRef api (#569) 2023-03-23 21:35:30 +08:00
yolov4_layout_inference.h optimization for tiny_yolov4 (#591) 2023-05-23 14:28:47 +08:00