Searched refs:ProfilerIOException (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/profiler/parser/ |
D | flops_parser.py | 22 from mindspore.profiler.common.exceptions.exceptions import ProfilerIOException, \ 185 raise ProfilerIOException() 209 raise ProfilerIOException() 267 raise ProfilerIOException() 359 raise ProfilerIOException() 369 raise ProfilerIOException() 377 raise ProfilerIOException() 442 raise ProfilerIOException() 489 raise ProfilerIOException()
|
D | step_trace_parser.py | 26 ProfilerIOException, ProfilerRawFileException 105 raise ProfilerIOException() 373 raise ProfilerIOException 411 raise ProfilerIOException 434 raise ProfilerIOException 472 raise ProfilerIOException 543 raise ProfilerIOException 607 raise ProfilerIOException 645 raise ProfilerIOException
|
D | integrator.py | 24 from mindspore.profiler.common.exceptions.exceptions import ProfilerIOException, \ 615 raise ProfilerIOException() 632 raise ProfilerIOException() 914 raise ProfilerIOException() 936 raise ProfilerIOException() 960 raise ProfilerIOException() 1028 raise ProfilerIOException() 1046 raise ProfilerIOException() 1090 raise ProfilerIOException() 1219 raise ProfilerIOException() [all …]
|
D | optime_parser.py | 20 ProfilerIOException 173 raise ProfilerIOException
|
D | memory_usage_parser.py | 24 from mindspore.profiler.common.exceptions.exceptions import ProfilerIOException, \ 89 raise ProfilerIOException 143 raise ProfilerIOException
|
/third_party/mindspore/mindspore/profiler/ |
D | profiling.py | 27 ProfilerIOException, ProfilerException, ProfilerRawFileException 337 except (ProfilerIOException, ProfilerFileNotFoundException, RuntimeError) as err: 344 … except (ProfilerIOException, ProfilerFileNotFoundException, ProfilerRawFileException) as err: 351 … except (ProfilerIOException, ProfilerFileNotFoundException, ProfilerRawFileException) as err: 506 except (ProfilerIOException, ProfilerFileNotFoundException, RuntimeError) as err:
|
/third_party/mindspore/mindspore/profiler/common/exceptions/ |
D | exceptions.py | 135 class ProfilerIOException(ProfilerException): class 139 super(ProfilerIOException, self).__init__(
|