Home
last modified time | relevance | path

Searched refs:next_node_id_ (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc35 : next_node_id_(0), in EagerExecutor()
109 uint64 id = next_node_id_++; in SyncExecute()
130 item->id = next_node_id_++; in AddOrExecute()
190 auto last_id = next_node_id_ - 1; in WaitForAllPendingNodesLocked()
301 upperbound_id = next_node_id_ - 1; in NotifyWaiters()
Deager_executor.h216 std::atomic<uint64> next_node_id_; variable
/external/webrtc/test/network/
Dnetwork_emulation_manager.cc49 next_node_id_(1), in NetworkEmulationManagerImpl()
101 next_node_id_++, *ip, config.start_as_enabled, config.type, &task_queue_, in CreateEndpoint()
Dnetwork_emulation_manager.h94 int next_node_id_; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc394 int64 next_node_id_ = 1; member in xla::__anonf346b5ae0111::HloDotDumper
713 VLOG(2) << "Adding root tag as node " << next_node_id_; in DumpRootTag()
714 root_node_id_ = next_node_id_++; in DumpRootTag()
786 VLOG(2) << "Adding node " << instr->name() << " as " << next_node_id_; in DumpInstruction()
787 node_ids_[instr] = next_node_id_++; in DumpInstruction()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h207 int64 next_node_id_ TF_GUARDED_BY(mu_) = 0;
Dmaster_session.cc1678 return strings::StrCat(prefix, "_S", next_node_id_++); in BuildAndRegisterPartitions()