Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.h313 static StatusOr<Shape> InferBitcastConvertShape(
H A Dhlo_verifier.cc191 return CheckShape(convert, ShapeInference::InferBitcastConvertShape( in HandleBitcastConvert()
H A Dshape_inference.cc448 /* static */ StatusOr<Shape> ShapeInference::InferBitcastConvertShape( in InferBitcastConvertShape() function in xla::ShapeInference
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc2219 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferBitcastConvertShape( in BitcastConvertType()