Searched refs:this_graph (Results 1 – 2 of 2) sorted by relevance
62 FuncGraphPtr this_graph = shared_from_base<FuncGraph>(); in set_output() local63 return_ = this_graph->NewCNodeInOrder(params); in set_output()
117 FuncGraphPtr this_graph = shared_from_base<FuncGraph>(); in AddWeightParameter() local118 ParameterPtr p = std::make_shared<Parameter>(this_graph); in AddWeightParameter()