ONE - On-device Neural Engine
|
Functions | |
_data_type_str (data_type) | |
_get_attribute_value (attr) | |
_gather_value_infos (onnx_model) | |
_type_format (type) | |
_dump_header (onnx_model) | |
_dump_operators (onnx_model) | |
_dump_initializers (onnx_model) | |
_dump_nodes (onnx_model) | |
_dump_inputoutputs (onnx_model) | |
_dump_graph (onnx_model) | |
_help_exit (cmd_name) | |
main () | |
|
protected |
Definition at line 26 of file onnx-dump.py.
Referenced by _dump_initializers(), _dump_inputoutputs(), _get_attribute_value(), and _type_format().
|
protected |
Definition at line 157 of file onnx-dump.py.
References _dump_header(), _dump_initializers(), _dump_inputoutputs(), _dump_nodes(), and _dump_operators().
Referenced by main().
|
protected |
Definition at line 68 of file onnx-dump.py.
Referenced by _dump_graph().
|
protected |
Definition at line 95 of file onnx-dump.py.
References _data_type_str().
Referenced by _dump_graph().
|
protected |
Definition at line 138 of file onnx-dump.py.
References _data_type_str().
Referenced by _dump_graph().
|
protected |
Definition at line 105 of file onnx-dump.py.
References _gather_value_infos(), _get_attribute_value(), and _type_format().
Referenced by _dump_graph().
|
protected |
Definition at line 75 of file onnx-dump.py.
Referenced by _dump_graph().
|
protected |
Definition at line 46 of file onnx-dump.py.
Referenced by _dump_nodes().
|
protected |
Definition at line 30 of file onnx-dump.py.
References _data_type_str().
Referenced by _dump_nodes().
|
protected |
Definition at line 165 of file onnx-dump.py.
Referenced by main().
|
protected |
Definition at line 61 of file onnx-dump.py.
References _data_type_str().
Referenced by _dump_nodes().
onnx-dump.main | ( | void | ) |
Definition at line 172 of file onnx-dump.py.
References _dump_graph(), _help_exit(), and main().
Referenced by main().