Searched refs:GetShardedShape (Results 1 – 1 of 1) sorted by relevance
31 StatusOr<Shape> GetShardedShape(const Shape& shape, in GetShardedShape() function50 GetShardedShape(shape.tuple_shapes(i), sharding.tuple_shardings(i))); in GetShardedShape()60 StatusOr<Shape> GetShardedShape(const HloInstructionProto& instr) { in GetShardedShape() function65 GetShardedShape(unsharded_shape, instr.sharding())); in GetShardedShape()91 GetShardedShape(instr)); in GetShardedProgramShapes()97 TF_ASSIGN_OR_RETURN(result_shape, GetShardedShape(instr)); in GetShardedProgramShapes()