Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dutils.cc31 StatusOr<Shape> GetShardedShape(const Shape& shape, in GetShardedShape() function
50 GetShardedShape(shape.tuple_shapes(i), sharding.tuple_shardings(i))); in GetShardedShape()
60 StatusOr<Shape> GetShardedShape(const HloInstructionProto& instr) { in GetShardedShape() function
65 GetShardedShape(unsharded_shape, instr.sharding())); in GetShardedShape()
91 GetShardedShape(instr)); in GetShardedProgramShapes()
97 TF_ASSIGN_OR_RETURN(result_shape, GetShardedShape(instr)); in GetShardedProgramShapes()