Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding.cc208 Status HloSharding::CheckLeafCount(const Shape& shape) const { in CheckLeafCount() function in xla::HloSharding
220 TF_RETURN_IF_ERROR(CheckLeafCount(shape)); in AsShapeTree()
238 TF_RETURN_IF_ERROR(CheckLeafCount(shape)); in GetTupleSharding()
276 TF_RETURN_IF_ERROR(CheckLeafCount(shape)); in ValidateTuple()
Dhlo_sharding.h249 Status CheckLeafCount(const Shape& shape) const;