Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc234 size_t next_node_id = 0; in Compute() local
241 FindUniqueHashes(&next_node_id); in Compute()
242 while (next_node_id < map.size()) { in Compute()
243 ComputeOneRound(next_node_id); in Compute()
244 FindUniqueHashes(&next_node_id); in Compute()
329 void Signature::ComputeOneRound(size_t next_node_id) { in ComputeOneRound() argument
332 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()
349 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()
366 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/v8/src/profiler/
Dprofile-generator-inl.h42 id_(tree->next_node_id()) { in ProfileNode()
Dallocation-tracker.h63 unsigned next_node_id() { return next_node_id_++; } in next_node_id() function
Dallocation-tracker.cc21 id_(tree->next_node_id()) { in AllocationTraceNode()
Dprofile-generator.h284 unsigned next_node_id() { return next_node_id_++; } in next_node_id() function
/external/adhd/cras/src/server/
Dcras_bt_io.c43 unsigned int next_node_id; member
68 n->base.idx = btio->next_node_id++; in add_profile_dev()
369 active->base.idx = btio->next_node_id++; in cras_bt_io_create()