Skip to content

Commit

Permalink
[TFLite] Support TFLite FP32 Relay frontend. (apache#2365)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
FrozenGene authored and zhiics committed Jan 23, 2019
1 parent 63d5d4e commit 4664603
Show file tree
Hide file tree
Showing 4 changed files with 1,005 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
from .mxnet import from_mxnet
from .keras import from_keras
from .onnx import from_onnx
from .tflite import from_tflite
Loading

0 comments on commit 4664603

Please sign in to comment.