Home
last modified time | relevance | path

Searched defs:CheckHasVariable (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dfunction_block.cc132 bool FunctionBlock::CheckHasVariable(const std::string &var_name) { in CheckHasVariable() function in mindspore::parse::FunctionBlock
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dfallback.cc1043 bool CheckHasVariable(const AbstractBasePtr &arg) { in CheckHasVariable() function