Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h67 child_graph_result_ = graph.child_graph_result_; in KernelGraph()
255 const std::vector<AnfNodePtr> &child_graph_result() const { return child_graph_result_; } in child_graph_result()
256 …void AddChildGraphResult(const AnfNodePtr &parameter) { child_graph_result_.push_back(parameter); } in AddChildGraphResult()
258 child_graph_result_ = child_graph_result; in set_child_graph_result()
404 std::vector<AnfNodePtr> child_graph_result_; variable