Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/session/
Dkernel_graph_test.cc108 TEST_F(KernelGraphTest, MutableInputs) { in TEST_F() argument
117 auto mutable_inputs = kernel_graph->MutableInputs(); in TEST_F()
/third_party/mindspore/tests/ut/cpp/pre_activate/mem_reuse/
Dmem_reuse_test.cc70 g->MutableInputs()->push_back(y_const); in CreateKernelGraph()
71 g->MutableInputs()->push_back(z_const); in CreateKernelGraph()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.cc68 auto graph_inputs = graph->MutableInputs(); in CreateNewParameterFromParameter()
Dsession_basic.cc608 auto graph_inputs = graph->MutableInputs(); in CreateParameterFromTuple()
636 auto graph_inputs = graph->MutableInputs(); in CreateNewParameterFromParameter()
842 auto graph_inputs = kernel_graph->MutableInputs(); in ProcessNodeRetFunc()
1538 auto graph_inputs = graph->MutableInputs(); in ConstructKernelGraph()
1588 auto graph_inputs = graph->MutableInputs(); in AddParameterToGraphInputs()
2151 auto mutable_inputs = graph->MutableInputs(); in ConstructSingleOpGraph()
Dkernel_graph.h119 std::vector<AnfNodePtr> *MutableInputs() const { return inputs_.get(); } in MutableInputs() function
Dascend_auto_monad.cc1714 auto child_graph_inputs = g->MutableInputs(); in EraseParameter()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc273 std::vector<AnfNodePtr> *mute_inputs = kernel_graph_ptr->MutableInputs(); in InsertSwitchLoopInput()