Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h131 FunctionBlockPtr ParseContinue(const FunctionBlockPtr &block, const py::object &node);
Dparse.cc111 stmt_method_map_["Continue"] = &Parser::ParseContinue; in BuildMethodMap()
1898 FunctionBlockPtr Parser::ParseContinue(const FunctionBlockPtr &block, const py::object &node) { in ParseContinue() function in mindspore::parse::Parser