Skip to content

Commit

Permalink
clean up flatbuffers import
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-tan committed Nov 29, 2019
1 parent c034f7d commit 36f1fe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tests/tflm/tflite_export/test_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
from utensor_cgen.matcher import uTensorGraphMatcher
from utensor_cgen.utils import prune_graph, topologic_order_graph
from utensor_cgen.transformer import TFLiteExporter
import flatbuffers
import utensor_cgen.third_party.flatbuffers as flatbuffers
import utensor_cgen.third_party.tflite as tflite
from utensor_cgen.third_party.tflite import *
from utensor_cgen.third_party.tflite.BuiltinOperator import BuiltinOperator
from utensor_cgen.third_party.tflite.Model import Model
from utensor_cgen.third_party.tflite.BuiltinOptions import BuiltinOptions
Expand Down
1 change: 0 additions & 1 deletion utensor_cgen/transformer/tflite_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from copy import deepcopy

from utensor_cgen.ir import OperationInfo, uTensorGraph
#import flatbuffers
import utensor_cgen.third_party.flatbuffers as flatbuffers
import utensor_cgen.third_party.tflite as tflite
from utensor_cgen.third_party.tflite import *
Expand Down

0 comments on commit 36f1fe3

Please sign in to comment.