Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/train/summary/
Dtest_image_summary.py30 SUMMARY_DIR = CUR_DIR + "/test_temp_summary_event_file/" variable
69 with SummaryRecord(SUMMARY_DIR, file_suffix="_MS_IMAGE") as test_writer:
166 with SummaryRecord(SUMMARY_DIR, file_suffix="_MS_IMAGE") as test_writer:
187 with SummaryRecord(SUMMARY_DIR, file_suffix="_MS_IMAGE") as test_writer:
Dtest_histogram_summary.py29 SUMMARY_DIR = os.path.join(CUR_DIR, "/test_temp_summary_event_file/") variable