Show op versions is tflite model visualization tool.
PiperOrigin-RevId: 238810149
This commit is contained in:
parent
ebc91eda27
commit
1a22ddc4e5
@ -339,7 +339,8 @@ def CreateHtmlFile(tflite_input, html_output):
|
|||||||
|
|
||||||
# Spec on what keys to display
|
# Spec on what keys to display
|
||||||
buffer_keys_to_display = [("data", DataSizeMapper())]
|
buffer_keys_to_display = [("data", DataSizeMapper())]
|
||||||
operator_keys_to_display = [("builtin_code", None), ("custom_code", None)]
|
operator_keys_to_display = [("builtin_code", None), ("custom_code", None),
|
||||||
|
("version", None)]
|
||||||
|
|
||||||
for subgraph_idx, g in enumerate(data["subgraphs"]):
|
for subgraph_idx, g in enumerate(data["subgraphs"]):
|
||||||
# Subgraph local specs on what to display
|
# Subgraph local specs on what to display
|
||||||
|
Loading…
Reference in New Issue
Block a user