|
ONE - On-device Neural Engine
|
Functions | |
| wrap_frozen_graph (graph_def, inputs, outputs) | |
| _get_parser () | |
| _check_flags (flags) | |
| _parse_array (arrays, type_fn=str) | |
| _v2_convert (flags) | |
| _apply_verbosity (verbosity) | |
| _convert (flags) | |
| main () | |
Variables | |
| prog_name = os.path.basename(__file__) | |
| file | |
|
protected |
Definition at line 199 of file tf2tfliteV2.py.
Referenced by _convert().
|
protected |
Checks the parsed flags to ensure they are valid.
Definition at line 119 of file tf2tfliteV2.py.
Referenced by main().
|
protected |
Definition at line 219 of file tf2tfliteV2.py.
References _apply_verbosity(), 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 137 of file tf2tfliteV2.py.
Referenced by _v2_convert().
|
protected |
Definition at line 141 of file tf2tfliteV2.py.
References _parse_array(), and wrap_frozen_graph().
Referenced by _convert().
| tf2tfliteV2.main | ( | void | ) |
Definition at line 230 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 247 of file tf2tfliteV2.py.
| tf2tfliteV2.prog_name = os.path.basename(__file__) |
Definition at line 246 of file tf2tfliteV2.py.