Searched defs:script_text (Results 1 – 3 of 3) sorted by relevance
207 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
1969 std::string script_text = py::cast<std::string>(ast()->GetAstNodeText(node)); in ParseMsTensor() local3741 const auto script_text = py::cast<std::string>(ast()->GetAstNodeText(node)); in ParseJoinedStr() local4136 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() local4177 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()
509 AnfNodePtr FunctionBlock::MakeInterpret(const std::string &script_text, const AnfNodePtr &global_di… in MakeInterpret()