Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h221 static StatusOr<Shape> InferReverseShape(
Dshape_inference_test.cc2133 auto inferred_status = ShapeInference::InferReverseShape(input_shape, {0, 1}); in TEST_F()
2143 ShapeInference::InferReverseShape(input_shape, {0, 2}); in TEST_F()
2149 ShapeInference::InferReverseShape(input_shape, {0, -1}); in TEST_F()
2155 ShapeInference::InferReverseShape(input_shape, {0, 0}); in TEST_F()
2162 ShapeInference::InferReverseShape(tuple_shape, {0}); in TEST_F()
Dhlo_creation_utils.cc480 TF_ASSIGN_OR_RETURN(Shape reverse_shape, ShapeInference::InferReverseShape( in MakeReverseHlo()
Dhlo_verifier.cc891 reverse, ShapeInference::InferReverseShape(reverse->operand(0)->shape(), in HandleReverse()
Dhlo_evaluator_typed_visitor.h878 ShapeInference::InferReverseShape(operand->shape(),
Dshape_inference.cc2829 /*static */ StatusOr<Shape> ShapeInference::InferReverseShape( in InferReverseShape() function in xla::ShapeInference
Dhlo_parser.cc2229 return ShapeInference::InferReverseShape(operands[0]->shape(), in CreateInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2154 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferReverseShape( in Rev()