We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70955d0 commit 2251fcfCopy full SHA for 2251fcf
tensorflow/lite/tools/visualize.py
@@ -33,7 +33,7 @@
33
from tflite_micro.tensorflow.lite.python import schema_py_generated as schema_fb
34
else:
35
# This file is part of tflite_runtime package.
36
- from tflite_runtime import schema_py_generated as schema_fb
+ from tflite_micro.tensorflow.lite_runtime import schema_py_generated as schema_fb
37
38
# A CSS description for making the visualizer
39
_CSS = """
0 commit comments