ONE - On-device Neural Engine
|
Functions | |
extract_test_args (s) | |
pytest_addoption (parser) | |
pytest_generate_tests (metafunc) | |
copy_if_changed (src_filepath, dst_filepath) | |
copy_ref_files (ref_file_src, ref_file_dst) | |
copy_circle_model (model_src, model_dst) | |
prepare_materials (test_name, tflrecipe_path, circlerecipe_path, binary_path, artifacts_path) | |
conftest.copy_circle_model | ( | model_src, | |
model_dst | |||
) |
Definition at line 54 of file conftest.py.
References copy_if_changed().
Referenced by prepare_materials().
conftest.copy_if_changed | ( | src_filepath, | |
dst_filepath | |||
) |
Definition at line 23 of file conftest.py.
Referenced by copy_circle_model(), and copy_ref_files().
conftest.copy_ref_files | ( | ref_file_src, | |
ref_file_dst | |||
) |
Definition at line 41 of file conftest.py.
References copy_if_changed().
Referenced by prepare_materials().
conftest.extract_test_args | ( | s | ) |
Definition at line 4 of file conftest.py.
Referenced by prepare_materials(), and pytest_generate_tests().
conftest.prepare_materials | ( | test_name, | |
tflrecipe_path, | |||
circlerecipe_path, | |||
binary_path, | |||
artifacts_path | |||
) |
Definition at line 58 of file conftest.py.
References copy_circle_model(), copy_ref_files(), extract_test_args(), and prepare_materials().
Referenced by prepare_materials().
conftest.pytest_addoption | ( | parser | ) |
Definition at line 10 of file conftest.py.
conftest.pytest_generate_tests | ( | metafunc | ) |
Definition at line 18 of file conftest.py.
References extract_test_args().