[static setitem] Support the index is Tensor; step>1; step<0 .(#30949)
* [static setitem] support the index step > 1. tensor_a[::3] = value * [static setitem] support the index step < 0. Eg: tensor_a[::-3] = value * [static setitem] support the index is Tensor. eg: tensor_a[tensor_3:0:-1] = value * Add op version.
Showing
想要评论请 注册 或 登录