VeriSilicon / TIM-VX

VeriSilicon Tensor Interface Module
Other
221 stars 84 forks source link

Added new_axis_mask param for stridedslice #600

Closed chenfeiyue-cfy closed 1 year ago

chenfeiyue-cfy commented 1 year ago

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