Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/common/exceptions/
Derror_code.py41 STEP_NUM_NOT_SUPPORTED_ERROR = 2 | _PARSER_MASK variable in ProfilerErrors
70 STEP_NUM_NOT_SUPPORTED_ERROR = 'The step num must be in {}' variable in ProfilerErrorMsg
Dexceptions.py261 error=ProfilerErrors.STEP_NUM_NOT_SUPPORTED_ERROR,
262 message=ProfilerErrorMsg.STEP_NUM_NOT_SUPPORTED_ERROR.value.format(msg),