Home
last modified time | relevance | path

Searched refs:GetNodes (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/common/
Dfunc_graph_subgraph.cc70 std::set<CNodePtr> SubGraph::GetNodes() const { return this->nodes_; } in GetNodes() function in mindspore::lite::SubGraph
304 auto new_nodes = this->GetNodes(); in MergeSubGraph()
305 auto new_nodes2 = subgraph->GetNodes(); in MergeSubGraph()
316 auto new_nodes = this->GetNodes(); in MergeSubGraph()
317 auto new_nodes2 = subgraph->GetNodes(); in MergeSubGraph()
501 if (this->GetNodes().count(input_cnode) > 0) { in CreateParameterForPartialSubGraph()
548 for (auto &node : this->GetNodes()) { in CreateCNodeForPartialSubGraph()
Dfunc_graph_subgraph.h45 std::set<CNodePtr> GetNodes() const;
/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.cc305 std::set<AnfNodePtr> FuncGraphIndex::GetNodes(const std::string &key) { in GetNodes() function in mindspore::FuncGraphIndex
323 if (GetNodes(key).empty()) { in GetFirstNode()
327 auto node = *GetNodes(key).begin(); in GetFirstNode()
Dgraph_utils.h89 std::set<AnfNodePtr> GetNodes(const std::string &key);