Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3549 std::vector<int64> tiled_dims; in AllGatherShardsInternal() local
3553 tiled_dims.push_back(i); in AllGatherShardsInternal()
3556 if (tiled_dims.size() > 1) { in AllGatherShardsInternal()
3558 split_dim_shape.reserve(tiled_dims.size() + operand->shape().rank()); in AllGatherShardsInternal()
3559 for (int64 i : tiled_dims) { in AllGatherShardsInternal()
3576 xpose_permutation[i] = i + tiled_dims.size() - split_dims_added; in AllGatherShardsInternal()
3579 xpose_permutation[i + 1] = i + tiled_dims.size() - split_dims_added; in AllGatherShardsInternal()
3590 for (int64 i : tiled_dims) { in AllGatherShardsInternal()