Searched refs:generate_dump_json (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/st/dump/ |
D | test_data_dump.py | 35 from tests.st.dump.dump_test_utils import generate_dump_json 62 generate_dump_json(dump_path, dump_config_path, 'test_async_dump') 79 generate_dump_json(dump_path, dump_config_path, 'test_e2e_dump') 190 generate_dump_json(dump_path, json_file_path, 'test_async_dump_net_multi_layer_mode1') 236 generate_dump_json('', dump_config_path, 'test_e2e_dump') 255 generate_dump_json(dump_path, dump_config_path, 'test_e2e_dump')
|
D | dump_test_utils.py | 72 def generate_dump_json(dump_path, json_file_name, test_key): function
|