Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc260 AnfNodePtr FunctionBlock::MakeInterpret(const std::string &script_text, const AnfNodePtr &global_di… in MakeInterpret()
Dparse.cc1836 const auto script_text = py::cast<std::string>(ast()->GetAstNodeText(value_object)); in HandleInterpret() local