Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h264 static StatusOr<Shape> InferTransposeShape(
Dhlo_creation_utils.cc116 ShapeInference::InferTransposeShape(operand->shape(), dimensions)); in MakeTransposeHlo()
Dshape_inference_test.cc2172 ShapeInference::InferTransposeShape(a_shape, {1, 2, 3, 0}); in TEST_F()
2182 ShapeInference::InferTransposeShape(a_shape, {0}); in TEST_F()
Dhlo_verifier.cc740 transpose, ShapeInference::InferTransposeShape( in HandleTranspose()
Dshape_inference.cc3094 /* static */ StatusOr<Shape> ShapeInference::InferTransposeShape( in InferTransposeShape() function in xla::ShapeInference
Dhlo_parser.cc1964 return ShapeInference::InferTransposeShape(operands[0]->shape(), in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc1203 ShapeInference::InferTransposeShape(all_to_all->shape(), permutation) in ReshardWithAllToAll()
3585 ShapeInference::InferTransposeShape(result->shape(), xpose_permutation) in AllGatherShardsInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2024 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferTransposeShape( in Transpose()