|
ONE - On-device Neural Engine
|
Functions | |
| is_valid_attr (args, attr) | |
| make_tf2tfliteV2_cmd (args, driver_path, input_path, output_path) | |
| make_tflite2circle_cmd (driver_path, input_path, output_path) | |
| make_circle2circle_cmd (args, driver_path, input_path, output_path) | |
| make_cmd.is_valid_attr | ( | args, | |
| attr | |||
| ) |
Definition at line 23 of file make_cmd.py.
Referenced by make_circle2circle_cmd(), and make_tf2tfliteV2_cmd().
| make_cmd.make_circle2circle_cmd | ( | args, | |
| driver_path, | |||
| input_path, | |||
| output_path | |||
| ) |
make a command for running circle2circle
Definition at line 75 of file make_cmd.py.
References is_valid_attr(), and type.
| make_cmd.make_tf2tfliteV2_cmd | ( | args, | |
| driver_path, | |||
| input_path, | |||
| output_path | |||
| ) |
make a command for running tf2tfliteV2.py
Definition at line 27 of file make_cmd.py.
References is_valid_attr().
| make_cmd.make_tflite2circle_cmd | ( | driver_path, | |
| input_path, | |||
| output_path | |||
| ) |
make a command for running tflite2circle
Definition at line 69 of file make_cmd.py.