ONE - On-device Neural Engine
|
Functions | |
wrap_frozen_graph (graph_def, inputs, outputs) | |
_get_parser () | |
_check_flags (flags) | |
_parse_array (arrays, type_fn=str) | |
_v1_convert (flags) | |
_v2_convert (flags) | |
_apply_verbosity (verbosity) | |
_convert (flags) | |
main () | |
Variables | |
prog_name = os.path.basename(__file__) | |
file | |
|
protected |
Definition at line 242 of file tf2tfliteV2.py.
Referenced by _convert().
|
protected |
Checks the parsed flags to ensure they are valid.
Definition at line 117 of file tf2tfliteV2.py.
Referenced by main().
|
protected |
Definition at line 262 of file tf2tfliteV2.py.
References _apply_verbosity(), _v1_convert(), and _v2_convert().
Referenced by main().
|
protected |
Returns an ArgumentParser for TensorFlow Lite Converter.
Definition at line 38 of file tf2tfliteV2.py.
Referenced by main().
|
protected |
Definition at line 148 of file tf2tfliteV2.py.
Referenced by _v1_convert(), and _v2_convert().
|
protected |
Definition at line 152 of file tf2tfliteV2.py.
References _parse_array().
Referenced by _convert().
|
protected |
Definition at line 184 of file tf2tfliteV2.py.
References _parse_array(), and wrap_frozen_graph().
Referenced by _convert().
tf2tfliteV2.main | ( | void | ) |
Definition at line 276 of file tf2tfliteV2.py.
References _check_flags(), _convert(), _get_parser(), and main().
Referenced by main().
tf2tfliteV2.wrap_frozen_graph | ( | graph_def, | |
inputs, | |||
outputs | |||
) |
Definition at line 27 of file tf2tfliteV2.py.
Referenced by _v2_convert().
tf2tfliteV2.file |
Definition at line 293 of file tf2tfliteV2.py.
tf2tfliteV2.prog_name = os.path.basename(__file__) |
Definition at line 292 of file tf2tfliteV2.py.