Home
last modified time | relevance | path

Searched refs:list_param (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc1563 ParameterPtr list_param = list_header_block->func_graph()->add_parameter(); in ParseListCompIter() local
1565 list_param->set_name(list_param_name); in ParseListCompIter()
1566 list_param->debug_info()->set_name(list_param_name); in ParseListCompIter()
1586 auto ifs_new_list = ParseListCompIfs(list_body_block, list_param, node, generator_node); in ParseListCompIter()
1593 list_after_block->func_graph()->set_output(list_param); in ParseListCompIter()
1605 …r Parser::ParseListCompIfs(const FunctionBlockPtr &list_body_block, const ParameterPtr &list_param, in ParseListCompIfs() argument
1625 …st_body_block->func_graph()->NewCNodeInOrder({NewValueNode(list_append_op), list_param, elt_node}); in ParseListCompIfs()
1634 if_false_block->func_graph()->set_output(list_param); in ParseListCompIfs()
Dparse.h187 …nfNodePtr ParseListCompIfs(const FunctionBlockPtr &list_body_block, const ParameterPtr &list_param,