Skip to content

Commit 2251fcf

Browse files
committed
Sync from upstream TF.
1 parent 70955d0 commit 2251fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/lite/tools/visualize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from tflite_micro.tensorflow.lite.python import schema_py_generated as schema_fb
3434
else:
3535
# This file is part of tflite_runtime package.
36-
from tflite_runtime import schema_py_generated as schema_fb
36+
from tflite_micro.tensorflow.lite_runtime import schema_py_generated as schema_fb
3737

3838
# A CSS description for making the visualizer
3939
_CSS = """

0 commit comments

Comments
 (0)