Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecret_sharing_harary_graph.cc55 int node_1, int node_2) const { in GetNeighborIndex()
80 bool SecretSharingHararyGraph::AreNeighbors(int node_1, int node_2) const { in AreNeighbors()
86 bool SecretSharingHararyGraph::IsOutgoingNeighbor(int node_1, in IsOutgoingNeighbor()
H A Dsecret_sharing_complete_graph.h64 std::optional<int> GetNeighborIndex(int node_1, int node_2) const override { in GetNeighborIndex()
71 bool AreNeighbors(int node_1, int node_2) const override { in AreNeighbors()
77 bool IsOutgoingNeighbor(int node_1, int node_2) const override { in IsOutgoingNeighbor()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel_test.cc1912 std::shared_ptr<Node> node_1 = GetNode(1); in TEST_F() local
2065 std::shared_ptr<Node> node_1 = GetNode(1); in TEST_F() local
2512 auto node_1 = MutableGetNode(/*node_id=*/1); in TEST_F() local
/aosp_15_r20/frameworks/libs/binary_translation/base/
Dlock_free_stack_test.cc34 Node node_1{1, nullptr}; in TEST() local