Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/common/exceptions/
Derror_code.py53 PIPELINE_OP_NOT_EXIST_ERROR = 8 | _ANALYSER_MASK variable in ProfilerErrors
83 PIPELINE_OP_NOT_EXIST_ERROR = 'The minddata pipeline operator {} does not exist.' variable in ProfilerErrorMsg
Dexceptions.py283 error=ProfilerErrors.PIPELINE_OP_NOT_EXIST_ERROR,
284 message=ProfilerErrorMsg.PIPELINE_OP_NOT_EXIST_ERROR.value.format(msg),