Searched refs:subsharding (Results 1 – 4 of 4) sorted by relevance
132 absl::optional<xla::OpSharding> subsharding = in ParseShardingFromEdgeSource() local134 return subsharding; in ParseShardingFromEdgeSource()
187 auto subsharding = sharding ? sharding->tuple_shardings(i) : sharding; in ReshapeWithCorrectRepresentationAndSharding() local192 shape_representation_fn, subsharding, fast_mem)); in ReshapeWithCorrectRepresentationAndSharding()
1101 for (const auto& subsharding : sharding.tuple_elements()) { in DevicesForShardingInternal() local1102 DevicesForShardingInternal(subsharding, available_devices, used); in DevicesForShardingInternal()
1418 for (HloSharding& subsharding : subshardings) { in Preprocess()1419 if (subsharding.IsManual()) { in Preprocess()1420 subsharding = HloSharding::AssignDevice(0); in Preprocess()