|
ONE - On-device Neural Engine
|
Functions | |
| luci_eval_verify (test_name, tflite_dir, circle_dir, eval_driver, rtolf32=1e-5, atolf32=1e-5) | |
| test_luci_eval (str test_name, str tflite_dir, str circle_dir, str eval_driver_path) | |
| recover_fromfile (path, test_name, suffix) | |
| recover_inputs (path, test_name) | |
| recover_outputs (path, test_name) | |
| save_binary_inputs (path, test_name, num_inputs, input_shape, input_dtype, input_data) | |
| luci_eval_verify (test_name, binary_path, eval_driver, rtolf32=1e-5, atolf32=1e-5) | |
| test_luci_eval (str default_test_name, str binary_path, str eval_driver_path) | |
| test_luci_eval_tol (str tol_test_name, str binary_path, str eval_driver_path, str rtolf32, str atolf32) | |
| test_luci_eval.luci_eval_verify | ( | test_name, | |
| binary_path, | |||
| eval_driver, | |||
rtolf32 = 1e-5, |
|||
atolf32 = 1e-5 |
|||
| ) |
Definition at line 78 of file test_luci_eval.py.
References recover_inputs(), recover_outputs(), and save_binary_inputs().
| test_luci_eval.luci_eval_verify | ( | test_name, | |
| tflite_dir, | |||
| circle_dir, | |||
| eval_driver, | |||
rtolf32 = 1e-5, |
|||
atolf32 = 1e-5 |
|||
| ) |
Definition at line 7 of file test_luci_eval.py.
Referenced by test_luci_eval(), test_luci_eval(), and test_luci_eval_tol().
| test_luci_eval.recover_fromfile | ( | path, | |
| test_name, | |||
| suffix | |||
| ) |
Definition at line 8 of file test_luci_eval.py.
Referenced by recover_inputs(), and recover_outputs().
| test_luci_eval.recover_inputs | ( | path, | |
| test_name | |||
| ) |
Definition at line 52 of file test_luci_eval.py.
References recover_fromfile().
Referenced by luci_eval_verify().
| test_luci_eval.recover_outputs | ( | path, | |
| test_name | |||
| ) |
Definition at line 56 of file test_luci_eval.py.
References recover_fromfile().
Referenced by luci_eval_verify().
| test_luci_eval.save_binary_inputs | ( | path, | |
| test_name, | |||
| num_inputs, | |||
| input_shape, | |||
| input_dtype, | |||
| input_data | |||
| ) |
Definition at line 61 of file test_luci_eval.py.
Referenced by luci_eval_verify().
| test_luci_eval.test_luci_eval | ( | str | default_test_name, |
| str | binary_path, | ||
| str | eval_driver_path | ||
| ) |
Definition at line 121 of file test_luci_eval.py.
References luci_eval_verify().
| test_luci_eval.test_luci_eval | ( | str | test_name, |
| str | tflite_dir, | ||
| str | circle_dir, | ||
| str | eval_driver_path | ||
| ) |
Definition at line 122 of file test_luci_eval.py.
References luci_eval_verify().
| test_luci_eval.test_luci_eval_tol | ( | str | tol_test_name, |
| str | binary_path, | ||
| str | eval_driver_path, | ||
| str | rtolf32, | ||
| str | atolf32 | ||
| ) |
Definition at line 126 of file test_luci_eval.py.
References luci_eval_verify().