Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dsharding_builder.cc66 OpSharding Tuple(const ShapeTree<OpSharding>& shardings) { in Tuple() argument
69 for (const auto& index_to_sharding : shardings.leaves()) { in Tuple()
Dsharding_builder.h54 OpSharding Tuple(const ShapeTree<OpSharding>& shardings);
/external/tensorflow/tensorflow/compiler/xla/experimental/xla_sharding/
Dxla_sharding.py156 shardings = [
161 type=xla_data_pb2.OpSharding.TUPLE, tuple_shardings=shardings)
DBUILD2 # Python API for shardings in XLA.
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding.cc60 absl::Span<const HloSharding> shardings) { in Tuple() argument
62 for (auto& sharding : shardings) { in Tuple()
65 std::vector<HloSharding> flattened_list(shardings.begin(), shardings.end()); in Tuple()
Dhlo_sharding.h69 absl::Span<const HloSharding> shardings);
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto597 // If type == TUPLE, the sub-shardings, one per leaf node in the tuple shape,
600 // is not stored here; shardings do not store the shapes to which they are