Home
last modified time | relevance | path

Searched refs:_make_directory (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/train/summary/
Dwriter.py26 from .._utils import _make_directory
165 path = _make_directory(os.path.join(export_dir, 'tensor'))
Dsummary_record.py28 from .._utils import _check_lineage_value, _check_to_numpy, _make_directory, check_value_type
165 log_path = _make_directory(log_dir, "log_dir")
/third_party/mindspore/mindspore/
Dcontext.py45 def _make_directory(path): function
198 self.set_param(ms_ctx_param.save_graphs_path, _make_directory(save_graphs_path))
260 path = _make_directory(_path)
Dlog.py287 def _make_directory(path: str): function
350 _make_directory(file_real_path)
/third_party/mindspore/mindspore/train/callback/
D_checkpoint.py26 from mindspore.train._utils import _make_directory
316 self._directory = _make_directory(directory)
347 _make_directory(self._directory)
D_summary_collector.py38 from mindspore.train._utils import check_value_type, _make_directory
204 self._summary_dir = _make_directory(summary_dir, "summary_dir")
/third_party/mindspore/mindspore/train/
D_utils.py80 def _make_directory(path, arg_name='path'): function