Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/common/exceptions/
Derror_code.py42 JOB_ID_MISMATCH_ERROR = 3 | _PARSER_MASK variable in ProfilerErrors
71 JOB_ID_MISMATCH_ERROR = 'The job id in the parameter is not the same as ' \ variable in ProfilerErrorMsg
Dexceptions.py272 error=ProfilerErrors.JOB_ID_MISMATCH_ERROR,
273 message=ProfilerErrorMsg.JOB_ID_MISMATCH_ERROR.value,