Searched refs:global_dict_node (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | function_block.h | 76 AnfNodePtr MakeInterpret(const std::string &script_text, const AnfNodePtr &global_dict_node,
|
D | function_block.cc | 260 …tr FunctionBlock::MakeInterpret(const std::string &script_text, const AnfNodePtr &global_dict_node, in MakeInterpret() argument 266 {NewValueNode(prim::kPrimPyInterpret), script_node, global_dict_node, local_dict_node}); in MakeInterpret()
|
D | parse.cc | 1847 auto global_dict_node = NewValueNode(globals_converted_value); in HandleInterpret() local 1852 …interpreted_node = block->MakeInterpret(script_text, global_dict_node, local_dict_node, value_node… in HandleInterpret()
|