Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dfallback.cc207 CNodePtr CreatePyInterpretCNode(const FuncGraphPtr &fg, const std::string &script_text, in CreatePyInterpretCNode()
222 CNodePtr CreatePyInterpretCNodeInOrder(const FuncGraphPtr &fg, const std::string &script_text, in CreatePyInterpretCNodeInOrder()
778 auto script_text = script_buffer.str(); in GeneratePyInterpretWithAbstract() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc1969 std::string script_text = py::cast<std::string>(ast()->GetAstNodeText(node)); in ParseMsTensor() local
3741 const auto script_text = py::cast<std::string>(ast()->GetAstNodeText(node)); in ParseJoinedStr() local
4136 bool Parser::IsScriptInParams(const std::string &script_text, const py::dict &global_dict, in IsScriptInParams()
4160 const auto script_text = py::cast<std::string>(ast()->GetAstNodeText(value_object)); in HandleInterpret() local
4177 size_t GetSubStrNum(const string &script_text, const string &sub) { in GetSubStrNum()
4208 string ProcessIndentationInScript(const string &script_text) { in ProcessIndentationInScript()
4219 const string &script_text) { in MakeInterpretNode()
Dfunction_block.cc509 AnfNodePtr FunctionBlock::MakeInterpret(const std::string &script_text, const AnfNodePtr &global_di… in MakeInterpret()