Home
last modified time | relevance | path

Searched refs:SummaryRecord (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/tests/ut/python/train/summary/
Dtest_histogram_summary.py24 from mindspore.train.summary.summary_record import SummaryRecord, _cache_summary_tensor_data
56 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
70 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
94 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
109 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
129 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
150 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
175 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
Dtest_summary_record.py24 from mindspore.train.summary.summary_record import SummaryRecord
66 with SummaryRecord(log_dir):
74 with SummaryRecord(log_dir=summary_dir, raise_exception=raise_exception):
84 with SummaryRecord(summary_dir) as sr:
92 SummaryRecord(log_dir=log_dir)
Dtest_image_summary.py24 from mindspore.train.summary.summary_record import SummaryRecord, _cache_summary_tensor_data
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_summary_collector.py30 from mindspore.train.summary import SummaryRecord
319 @mock.patch.object(SummaryRecord, 'add_value')
331 @mock.patch.object(SummaryRecord, 'add_value')
434 @mock.patch.object(SummaryRecord, 'add_value')
/third_party/mindspore/tests/st/summary/
Dtest_cpu_summary.py27 from mindspore.train.summary.summary_record import SummaryRecord
75 with SummaryRecord(tmp_dir) as test_writer:
/third_party/mindspore/mindspore/train/summary/
D__init__.py22 from .summary_record import SummaryRecord
Dsummary_record.py93 class SummaryRecord: class
360 tag, plugin = SummaryRecord._parse_from(name)
/third_party/mindspore/tests/st/auto_monad/
Dtest_effect_ops.py25 from mindspore.train.summary.summary_record import SummaryRecord
392 with SummaryRecord(tmp_dir) as test_writer:
/third_party/mindspore/mindspore/train/callback/
D_summary_collector.py31 from mindspore.train.summary.summary_record import SummaryRecord, process_export_options
235 self._record = SummaryRecord(log_dir=self._summary_dir,
/third_party/mindspore/mindspore/explainer/
D_image_classification_runner.py34 from mindspore.train.summary.summary_record import SummaryRecord
457 with SummaryRecord(self._summary_dir, raise_exception=True) as summary:
/third_party/mindspore/
DRELEASE.md2520 - Remove unused parameters from SummaryRecord __init__([!5548](https://gitee.com/mindspore/mindspor…