Skip to content

Commit 10df78a

Browse files
FrozenGenesrkreddy1238
authored andcommitted
[TFLite] Support TFLite FP32 Relay frontend. (#2365)
* Support TFLite FP32 Relay frontend. * Fix lint issue * Remove unnecessary variables and packages * Add method doc string * Fix capital letter of method doc string * Add TFLite FP32 Relay frontend based on latest code * Merge the latest code * Solve cython issue with relay type inference * Modify code based on suggestions
1 parent 061ee5c commit 10df78a

File tree

4 files changed

+1005
-0
lines changed

4 files changed

+1005
-0
lines changed

python/tvm/relay/frontend/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
from .mxnet import from_mxnet
1111
from .keras import from_keras
1212
from .onnx import from_onnx
13+
from .tflite import from_tflite

0 commit comments

Comments
 (0)