tflite.py
68 KB
-
[Relay][Frontend][TFlite] Add parses support for UNPACK tflite operator (#4447) · 18592c8d
* use SPLIT & SQUEEZE = UNPACK as implemented in tensorflow parser Relay doesn't support UNPACK * tflite 1.13: UNPACK doesn't work as exepcted -> copies the values from 1st unpacked tensor to the other unpacks * tflite 1.13: doesn't accept negative axis
Ina Dobreva committed