Searched defs:IsValidNode (Results 1 – 4 of 4) sorted by relevance
123 bool IsValidNode(int node) const { in IsValidNode() function
91 bool IsValidNode(int node) const { return 0 <= node && node < num_nodes_; } in IsValidNode() function
417 TEST_F(GraphTest, IsValidNode) { in TEST_F() argument
827 Status Graph::IsValidNode(const Node* node) const { in IsValidNode() function in tensorflow::Graph