Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h39 PARSE_SUCCESS = 0, enumerator
Dparse.cc96 errcode_ = PARSE_SUCCESS; in Parser()
178 if (errcode() != PARSE_SUCCESS) { in ParseFuncGraph()