Searched refs:MutableInputs (Results 1 – 7 of 7) sorted by relevance
108 TEST_F(KernelGraphTest, MutableInputs) { in TEST_F() argument117 auto mutable_inputs = kernel_graph->MutableInputs(); in TEST_F()
70 g->MutableInputs()->push_back(y_const); in CreateKernelGraph()71 g->MutableInputs()->push_back(z_const); in CreateKernelGraph()
68 auto graph_inputs = graph->MutableInputs(); in CreateNewParameterFromParameter()
608 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()
119 std::vector<AnfNodePtr> *MutableInputs() const { return inputs_.get(); } in MutableInputs() function
1714 auto child_graph_inputs = g->MutableInputs(); in EraseParameter()
273 std::vector<AnfNodePtr> *mute_inputs = kernel_graph_ptr->MutableInputs(); in InsertSwitchLoopInput()