Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dsharding_util.cc132 absl::optional<xla::OpSharding> subsharding = in ParseShardingFromEdgeSource() local
134 return subsharding; in ParseShardingFromEdgeSource()
Dxla_helpers.cc187 auto subsharding = sharding ? sharding->tuple_shardings(i) : sharding; in ReshapeWithCorrectRepresentationAndSharding() local
192 shape_representation_fn, subsharding, fast_mem)); in ReshapeWithCorrectRepresentationAndSharding()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_util.cc1101 for (const auto& subsharding : sharding.tuple_elements()) { in DevicesForShardingInternal() local
1102 DevicesForShardingInternal(subsharding, available_devices, used); in DevicesForShardingInternal()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc1418 for (HloSharding& subsharding : subshardings) { in Preprocess()
1419 if (subsharding.IsManual()) { in Preprocess()
1420 subsharding = HloSharding::AssignDevice(0); in Preprocess()