Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h255 const std::vector<AnfNodePtr> &child_graph_result() const { return child_graph_result_; } in child_graph_result() function
257 void set_child_graph_result(const std::vector<AnfNodePtr> &child_graph_result) { in set_child_graph_result() argument
258 child_graph_result_ = child_graph_result; in set_child_graph_result()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc62 …d)graph_inputs.insert(graph_inputs.end(), graph->child_graph_result().begin(), graph->child_graph_… in CreateParameterDeviceAddress()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc554 …graph_inputs.insert(graph_inputs.end(), graph.child_graph_result().begin(), graph.child_graph_resu… in AssignStaticMemoryInput()