You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/29 14:38:35 UTC

[GitHub] [incubator-tvm] inadob opened a new pull request #4447: [Relay][Frontend][TFlite] Add parses support for UNPACK tflite operator

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:
users@infra.apache.org


With regards,
Apache Git Services