Searched refs:MakeValidatedShape (Results 1 – 3 of 3) sorted by relevance
104 ShapeUtil::MakeValidatedShape(element_type, dimensions)); in MakeShapeWithLayoutInternal()176 return MakeValidatedShape(element_type, dimensions).ValueOrDie(); in MakeShape()186 return MakeValidatedShape(element_type, dimensions, dynamic_dimensions) in MakeShape()197 /* static */ StatusOr<Shape> ShapeUtil::MakeValidatedShape( in MakeValidatedShape() function in xla::ShapeUtil205 /* static */ StatusOr<Shape> ShapeUtil::MakeValidatedShape( in MakeValidatedShape() function in xla::ShapeUtil209 MakeValidatedShape(element_type, dimensions)); in MakeValidatedShape()
396 static StatusOr<Shape> MakeValidatedShape(PrimitiveType element_type,398 static StatusOr<Shape> MakeValidatedShape(
219 return ShapeUtil::MakeValidatedShape(element_type, output_dimensions, in InferWindowOutputShape()