Searched refs:reshape_tile_dims (Results 1 – 1 of 1) sorted by relevance
1106 std::vector<int64> reshape_tile_dims(temp_target_tile.num_dimensions() + 2); in ReshardWithAllToAll() local1112 reshape_tile_dims[i] = temp_target_tile.dim(j) / group_size; in ReshardWithAllToAll()1113 reshape_tile_dims[++i] = group_size; in ReshardWithAllToAll()1116 reshape_tile_dims[i] = temp_target_tile.dim(j); in ReshardWithAllToAll()1117 reshape_tile_dims[++i] = 1; in ReshardWithAllToAll()1120 reshape_tile_dims[i] = temp_target_tile.dim(j); in ReshardWithAllToAll()1124 temp_target_tile.Reshape(reshape_tile_dims); in ReshardWithAllToAll()