Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow/lite/tools/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from tflite_micro.tensorflow.lite.python import schema_py_generated as schema_fb
else:
# This file is part of tflite_runtime package.
from tflite_runtime import schema_py_generated as schema_fb
from tflite_micro.tensorflow.lite_runtime import schema_py_generated as schema_fb

# A CSS description for making the visualizer
_CSS = """
Expand Down
Loading