Home
last modified time | relevance | path

Searched refs:ForceToWhileCond (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.h61 CNodePtr ForceToWhileCond(const AnfNodePtr &cond);
Dfunction_block.cc402 CNodePtr FunctionBlock::ForceToWhileCond(const AnfNodePtr &cond) { in ForceToWhileCond() function in mindspore::parse::FunctionBlock
Dparse.cc1213 condition_node = header_block->ForceToWhileCond(condition_node); in ParseWhile()