TIM-VX/src/tim/transform
Chen Feiyue 75882d4195
Added new_axis_mask param for stridedslice (#600)
Add another constructor for stridedslice when new_axis_mask is set

The layout inference need to reconstruct the axis mapping when
new_axis_mask is set(TODO)

Type: New Feature

Signed-off-by: Feiyue Chen <Feiyue.Chen@verisilicon.com>
2023-06-25 09:24:41 +08:00
..
ops Added new_axis_mask param for stridedslice (#600) 2023-06-25 09:24:41 +08:00
average_pool_layout_infer_test.cc Fixed average pool layout infer 2022-11-16 13:34:31 +08:00
layout_infer_context.h Catch the correct output when output has consumer (#239) 2021-12-15 09:54:54 +08:00
layout_inference.cc fixed instance norm bug & add its layoutinfer (#593) 2023-05-31 12:55:42 +08:00
layout_inference_test.cc Added a case for resize_bilinear layoutinfer (#595) 2023-06-02 07:52:06 +08:00
pad_layout_inference_test.cc Fixed pad layout inference bug & added one stridedslice case (#370) 2022-04-20 21:44:43 +08:00
permute_vector.h update copyright information 2023-01-20 12:49:48 +08:00
reduce_layout_inference_test.cc update copyright information 2023-01-20 12:49:48 +08:00
rnncell_layout_inference_test.cc Supported composed layout infer & added unit test 2022-09-26 14:29:46 +08:00
stack_layout_inference_test.cc Disable cases which offloaded to SW path(#422) 2022-07-04 15:37:06 +08:00
stridedslice_layout_inference_test.cc Fixed pad layout inference bug & added one stridedslice case (#370) 2022-04-20 21:44:43 +08:00