Searched refs:GetNodes (Results 1 – 4 of 4) sorted by relevance
70 std::set<CNodePtr> SubGraph::GetNodes() const { return this->nodes_; } in GetNodes() function in mindspore::lite::SubGraph304 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()
45 std::set<CNodePtr> GetNodes() const;
305 std::set<AnfNodePtr> FuncGraphIndex::GetNodes(const std::string &key) { in GetNodes() function in mindspore::FuncGraphIndex323 if (GetNodes(key).empty()) { in GetFirstNode()327 auto node = *GetNodes(key).begin(); in GetFirstNode()
89 std::set<AnfNodePtr> GetNodes(const std::string &key);