inadob opened a new pull request #4447: [Relay][Frontend][TFlite] Add parses support for UNPACK tflite operator URL: https://github.com/apache/incubator-tvm/pull/4447 Use SPLIT & SQUEEZE = UNPACK as implemented in tensorflow parser since Relay doesn't support UNPACK directly **Some issues with tflite 1.13 convertor found here** - tflite 1.13: UNPACK doesn't work as expected -> copies the values from 1st unpacked tensor to the other unpacks. This is exactly the same issue that was found with SPLIT https://github.com/apache/incubator-tvm/pull/3520#discussion_r304930185 - tflite 1.13: doesn't accept negative axis contrary to the documentation for UNPACK
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
