Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dgraph_converter.cc192 kernel_graph->SetGraphInputs(graph_inputs); in RemoveParameterWithoutUser()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h120 void SetGraphInputs(const std::vector<AnfNodePtr> &inputs) { in SetGraphInputs() function