Searched defs:GetNodes (Results 1 – 4 of 4) sorted by relevance
56 const std::vector<const tensorflow::NodeDef*>& GetNodes() { return nodes_; } in GetNodes() function
67 const GenNodeMap& GetNodes() { return gran_->nodes_; } in GetNodes() function in tensorflow::grappler::graph_analyzer::test::GraphAnalyzerTest
328 const std::vector<NodeViewT>& GetNodes() const { return nodes_; } in GetNodes() function
152 TYPED_TEST(TypedGraphViewTest, GetNodes) { in TYPED_TEST() argument