Home
last modified time | relevance | path

Searched defs:SetGraph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/
Dgraph_impl.h36 void SetGraph(const std::shared_ptr<Graph> &graph) { graph_ = graph; } in SetGraph() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel_impl.h70 void SetGraph(const std::shared_ptr<Graph> &graph) { graph_ = graph; } in SetGraph() function
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel_impl.h111 void SetGraph(const std::shared_ptr<Graph> &graph) { graph_ = graph; } in SetGraph() function