Home
last modified time | relevance | path

Searched refs:generate_dump_json_with_overflow (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/dump/
Dtest_ge_dump.py35 from dump_test_utils import generate_dump_json, generate_dump_json_with_overflow, generate_statisti…
326 generate_dump_json_with_overflow(dump_path, dump_config_path, 'test_ge_dump', 3)
Ddump_test_utils.py234 def generate_dump_json_with_overflow(dump_path, json_file_name, test_key, op): function