Home
last modified time | relevance | path

Searched defs:PIPELINE_OP_NOT_EXIST_ERROR (Results 1 – 1 of 1) 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