Home
last modified time | relevance | path

Searched refs:HasReplicatedSharding (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h40 bool HasReplicatedSharding(const HloSharding& sharding);
Dspmd_partitioner_util.cc47 bool HasReplicatedSharding(const HloSharding& sharding) { in HasReplicatedSharding() function
49 return absl::c_any_of(sharding.tuple_elements(), HasReplicatedSharding); in HasReplicatedSharding()
Dspmd_partitioner.cc3739 TF_RET_CHECK(!HasReplicatedSharding(hlo->sharding()) || in PreprocessSharding()