Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/common/validator/
Dvalidate.py23 ProfilerGroupConditionException, ProfilerParamValueErrorException
245 raise ProfilerParamValueErrorException(f'proc_name should be in {accept_names}.')
/third_party/mindspore/mindspore/profiler/common/exceptions/
Dexceptions.py80 class ProfilerParamValueErrorException(ProfilerException): class
84 super(ProfilerParamValueErrorException, self).__init__(
/third_party/mindspore/mindspore/profiler/parser/
Dframework_parser.py26 ProfilerRawFileException, ProfilerParamValueErrorException
258 raise ProfilerParamValueErrorException('The op_name should exist.')
Dintegrator.py25 ProfilerFileNotFoundException, ProfilerRawFileException, ProfilerParamValueErrorException
994 raise ProfilerParamValueErrorException('The op_name should exist.')