Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h275 static StatusOr<Shape> InferConvertShape(const Shape& operand_shape,
Dhlo_verifier.cc125 return CheckShape(convert, ShapeInference::InferConvertShape( in HandleConvert()
Dshape_inference.cc451 /* static */ StatusOr<Shape> ShapeInference::InferConvertShape( in InferConvertShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2094 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferConvertShape( in ConvertElementType()
2104 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferConvertShape( in BitcastConvertType()