Home
last modified time | relevance | path

Searched refs:next_node_id (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc236 size_t next_node_id = 0; in Compute() local
243 FindUniqueHashes(&next_node_id); in Compute()
244 while (next_node_id < map.size()) { in Compute()
245 ComputeOneRound(next_node_id); in Compute()
246 FindUniqueHashes(&next_node_id); in Compute()
331 void Signature::ComputeOneRound(size_t next_node_id) { in ComputeOneRound() argument
334 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()
351 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()
368 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()
Dsig_node.h293 void ComputeOneRound(size_t next_node_id);
Dsig_node_test.cc119 static void ComputeOneRound(size_t next_node_id, Signature* signature) { in ComputeOneRound() argument
120 signature->ComputeOneRound(next_node_id); in ComputeOneRound()
/external/adhd/cras/src/server/
Dcras_bt_io.c44 unsigned int next_node_id; member
69 n->base.idx = btio->next_node_id++; in add_profile_dev()
527 active->base.idx = btio->next_node_id++; in cras_bt_io_create()