VeriSilicon / tflite-vx-delegate

Tensorflow Lite external delegate based on TIM-VX
MIT License
41 stars 23 forks source link

Fixed wrong output shape of StridedSlice #172

Closed chenfeiyue-cfy closed 1 year ago

chenfeiyue-cfy commented 1 year ago

Begin or End vector of StridedSlice were transformed to deliver to TIM-VX. During this process, delegate generates wrong elements when met minus input, previous patch fixed the number to be positive but mismatched the position in vector, which leads to wrong output shape.

Type: Bug Fix