Home
last modified time | relevance | path

Searched refs:InferTransposeShape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h235 static StatusOr<Shape> InferTransposeShape(
Dhlo_creation_utils.cc102 ShapeInference::InferTransposeShape(operand->shape(), dimensions)); in MakeTransposeHlo()
Dhlo_verifier.cc505 transpose, ShapeInference::InferTransposeShape( in HandleTranspose()
Dshape_inference_test.cc1523 ShapeInference::InferTransposeShape(a_shape, {1, 2, 3, 0}); in TEST_F()
1533 ShapeInference::InferTransposeShape(a_shape, {0}); in TEST_F()
Dshape_inference.cc2718 /* static */ StatusOr<Shape> ShapeInference::InferTransposeShape( in InferTransposeShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1542 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferTransposeShape( in Transpose()