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.h190 static StatusOr<Shape> InferReverseShape(const Shape& operand_shape,
Dshape_inference_test.cc2101 auto inferred_status = ShapeInference::InferReverseShape(input_shape, {0, 1}); in TEST_F()
2111 ShapeInference::InferReverseShape(input_shape, {0, 2}); in TEST_F()
2117 ShapeInference::InferReverseShape(input_shape, {0, -1}); in TEST_F()
2123 ShapeInference::InferReverseShape(input_shape, {0, 0}); in TEST_F()
2130 ShapeInference::InferReverseShape(tuple_shape, {0}); in TEST_F()
Dhlo_creation_utils.cc375 TF_ASSIGN_OR_RETURN(Shape reverse_shape, ShapeInference::InferReverseShape( in MakeReverseHlo()
Dhlo_verifier.cc538 reverse, ShapeInference::InferReverseShape(reverse->operand(0)->shape(), in HandleReverse()
Dshape_inference.cc2712 /*static */ StatusOr<Shape> ShapeInference::InferReverseShape( in InferReverseShape() function in xla::ShapeInference
Dhlo_evaluator_typed_visitor.h1062 ShapeInference::InferReverseShape(operand->shape(),
Dhlo_parser.cc1863 return ShapeInference::InferReverseShape(operands[0]->shape(), in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2043 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferReverseShape( in Rev()