File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5
5
from utensor_cgen .matcher import uTensorGraphMatcher
6
6
from utensor_cgen .utils import prune_graph , topologic_order_graph
7
7
from utensor_cgen .transformer import TFLiteExporter
8
- import flatbuffers
8
+ import utensor_cgen . third_party . flatbuffers as flatbuffers
9
9
import utensor_cgen .third_party .tflite as tflite
10
- from utensor_cgen .third_party .tflite import *
11
10
from utensor_cgen .third_party .tflite .BuiltinOperator import BuiltinOperator
12
11
from utensor_cgen .third_party .tflite .Model import Model
13
12
from utensor_cgen .third_party .tflite .BuiltinOptions import BuiltinOptions
Original file line number Diff line number Diff line change 9
9
from copy import deepcopy
10
10
11
11
from utensor_cgen .ir import OperationInfo , uTensorGraph
12
- #import flatbuffers
13
12
import utensor_cgen .third_party .flatbuffers as flatbuffers
14
13
import utensor_cgen .third_party .tflite as tflite
15
14
from utensor_cgen .third_party .tflite import *
You can’t perform that action at this time.
0 commit comments