Searched refs:next_channel_id_ (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | canonicalize_all_gather_for_cse.h | 27 CanonicalizeAllGatherForCSE() : next_channel_id_(0) {} in CanonicalizeAllGatherForCSE() 36 int64 NextChannelId() { return next_channel_id_++; } in NextChannelId() 38 int64 next_channel_id_; variable
|
D | canonicalize_all_gather_for_cse.cc | 99 next_channel_id_ = hlo_query::NextChannelId(*module); in Run()
|
D | spmd_partitioner.h | 480 int64 NewChannel() { return (*next_channel_id_)++; } in NewChannel() 489 state.next_channel_id = next_channel_id_; in MakePartitioningState() 530 int64* next_channel_id_; variable
|
D | spmd_partitioner.cc | 1361 next_channel_id_(next_channel_id), in SpmdPartitioningVisitor() 2767 &b_, local_reduce, inputs[0].sharding(), next_channel_id_, in HandleReduce() 2848 next_channel_id_, logger_) in HandleWhile() 2852 next_channel_id_, logger_) in HandleWhile() 2881 next_channel_id_, logger_) in HandleConditional() 3290 partition_ordinals[i], collective_ops_creator_, next_channel_id_, &b_); in HandleSelectAndScatter() 3307 partition_ordinals[i], collective_ops_creator_, next_channel_id_, &b_); in HandleSelectAndScatter()
|
/external/webrtc/audio/voip/ |
D | voip_core.cc | 138 channel = static_cast<ChannelId>(next_channel_id_); in CreateChannel() 140 next_channel_id_++; in CreateChannel() 141 if (next_channel_id_ >= kMaxChannelId) { in CreateChannel() 142 next_channel_id_ = 0; in CreateChannel()
|
D | voip_core.h | 129 int next_channel_id_ RTC_GUARDED_BY(lock_) = 0;
|