Searched refs:MakeValidatedShape (Results 1 – 3 of 3) sorted by relevance
104 ShapeUtil::MakeValidatedShape(element_type, dimensions)); in MakeShapeWithLayoutInternal()160 return MakeValidatedShape(element_type, dimensions).ValueOrDie(); in MakeShape()166 return MakeValidatedShape(element_type, dimensions, dynamic_dimensions) in MakeShape()170 /* static */ StatusOr<Shape> ShapeUtil::MakeValidatedShape( in MakeValidatedShape() function in xla::ShapeUtil178 /* static */ StatusOr<Shape> ShapeUtil::MakeValidatedShape( in MakeValidatedShape() function in xla::ShapeUtil182 MakeValidatedShape(element_type, dimensions)); in MakeValidatedShape()
383 static StatusOr<Shape> MakeValidatedShape(PrimitiveType element_type,385 static StatusOr<Shape> MakeValidatedShape(
219 return ShapeUtil::MakeValidatedShape(element_type, output_dimensions, in InferWindowOutputShape()