lhutton1 opened a new pull request #10286:
URL: https://github.com/apache/tvm/pull/10286


   TFLite slice is legalized to a strided slice operation with `strides=[1]`, 
but a similar TFLite strided slice operation is legalized with `strides=[1, 1, 
1, 1]` which fails during compilation. Since we only support strided slice with 
no stride, hard-coding this value to `[1]` during legalization.
   
   cc @ekalda @manupa-arm @dchauhan-arm @jacobbohlin
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to