ONE
ONE copied to clipboard
[luci/pass] this pattern(stridedslice has strange begin(-1)/end(0)) can be supported by luci/pass ?
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 ?