ONE icon indicating copy to clipboard operation
ONE copied to clipboard

[luci/pass] this pattern(stridedslice has strange begin(-1)/end(0)) can be supported by luci/pass ?

Open chunseoklee opened this issue 6 months ago • 1 comments

circle model at https://github.com/Samsung/ONE/issues/13365#issuecomment-2272718661 has the following strided_slice op, which can be replaced reshape. But, current luci/pass's --substitute_strided_slice_to_reshape does not convert it to reshape pattern since converting condition is not satisfying : the model has begin(-1) / end (0) for removed dimension.

Is this ok to add this pattern into luci/pass ?

chunseoklee avatar Aug 08 '24 06:08 chunseoklee