Home
last modified time | relevance | path

Searched defs:IsValidNode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecret_sharing_harary_graph.h123 bool IsValidNode(int node) const { in IsValidNode() function
H A Dsecret_sharing_complete_graph.h91 bool IsValidNode(int node) const { return 0 <= node && node < num_nodes_; } in IsValidNode() function
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_test.cc417 TEST_F(GraphTest, IsValidNode) { in TEST_F() argument
H A Dgraph.cc827 Status Graph::IsValidNode(const Node* node) const { in IsValidNode() function in tensorflow::Graph