Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dcanonicalize_all_gather_for_cse.cc78 ag->channel_id() ? absl::make_optional(this->NextChannelId()) in RunOnComputation()
99 next_channel_id_ = hlo_query::NextChannelId(*module); in Run()
Dcanonicalize_all_gather_for_cse.h36 int64 NextChannelId() { return next_channel_id_++; } in NextChannelId() function
Dspmd_partitioner.cc3674 int64 next_channel_id = hlo_query::NextChannelId(*module); in Run()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_query.h82 int64 NextChannelId(const HloModule& module);
Dhlo_query.cc136 int64 NextChannelId(const HloModule& module) { in NextChannelId() function
Dwhile_loop_all_reduce_code_motion.cc433 hlo_query::NextChannelId(*(while_parent->parent())), in CreateSinkedAllReduces()
Dar_crs_combiner.cc52 int64 next_channel = hlo_query::NextChannelId(*module); in ReplaceReplicatedAllReduce()