Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Dkernel_graph.h163 …void SetGraphInputs(const AnfNodePtrList &inputs) { inputs_ = std::make_shared<AnfNodePtrList>(inp… in SetGraphInputs() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc1970 void DfGraphConvertor::SetGraphInputs(std::vector<Operator> *inputs) { in SetGraphInputs() function in mindspore::transform::DfGraphConvertor
2084 void DfGraphConvertor::SetGraphInputs(std::vector<Operator> *inputs, AnfNodeWeakPtrList *ge_inputs)… in SetGraphInputs() function in mindspore::transform::DfGraphConvertor