Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc1417 std::vector<HloSharding> subshardings = sharding.tuple_elements(); in Preprocess() local
1418 for (HloSharding& subsharding : subshardings) { in Preprocess()
1423 return HloSharding::Tuple(shape, subshardings); in Preprocess()