Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/parser/
Dframework_parser.py196 def __init__(self, profiling_id, device_id, rank_id, output_path='./'): argument
198 self._profiling_path = self._get_raw_profiling_path(profiling_id)
201 self._search_file(profiling_id, device_id)
267 def _get_raw_profiling_path(self, profiling_id): argument
281 profiling_path = os.path.join(self._raw_data_dir, profiling_id)
290 def _search_file(self, profiling_id, device_id): argument
306 self._search_file_from_data_path(profiling_id, device_id)
367 def _search_file_from_data_path(self, profiling_id, device_id): argument
394 if profiling_id_in_path != profiling_id: