Searched refs:SummaryRecord (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/tests/ut/python/train/summary/ |
D | test_histogram_summary.py | 24 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:
|
D | test_summary_record.py | 24 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)
|
D | test_image_summary.py | 24 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:
|
D | test_summary_collector.py | 30 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/ |
D | test_cpu_summary.py | 27 from mindspore.train.summary.summary_record import SummaryRecord 75 with SummaryRecord(tmp_dir) as test_writer:
|
/third_party/mindspore/mindspore/train/summary/ |
D | __init__.py | 22 from .summary_record import SummaryRecord
|
D | summary_record.py | 93 class SummaryRecord: class 360 tag, plugin = SummaryRecord._parse_from(name)
|
/third_party/mindspore/tests/st/auto_monad/ |
D | test_effect_ops.py | 25 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.py | 31 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.py | 34 from mindspore.train.summary.summary_record import SummaryRecord 457 with SummaryRecord(self._summary_dir, raise_exception=True) as summary:
|
/third_party/mindspore/ |
D | RELEASE.md | 2520 - Remove unused parameters from SummaryRecord __init__([!5548](https://gitee.com/mindspore/mindspor…
|