Searched refs:test_data_fpath (Results 1 – 1 of 1) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/ |
D | test.py | 221 def write_config(config_fpath, params, prefix, test_data_fpath, header): argument 235 with test_data_fpath.open("w") as f: 239 def write_c_array(data, fname, dtype, prefix, tensor_name, test_data_fpath, header): argument 273 with test_data_fpath.open("a") as f: 277 format_output_file(test_data_fpath)
|