Searched defs:ParseWhile (Results 1 – 2 of 2) sorted by relevance
441 void ByteCodeParser::ParseWhile(const InstrPtr &cond, const py::list &body) { in ParseWhile() function in mindspore::pijit::ByteCodeParser
3041 FunctionBlockPtr Parser::ParseWhile(const FunctionBlockPtr &block, const py::object &node) { in ParseWhile() function in mindspore::parse::Parser