Searched refs:InferReverseShape (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference.h | 171 static StatusOr<Shape> InferReverseShape(const Shape& operand_shape,
|
D | shape_inference_test.cc | 1452 auto inferred_status = ShapeInference::InferReverseShape(input_shape, {0, 1}); in TEST_F() 1462 ShapeInference::InferReverseShape(input_shape, {0, 2}); in TEST_F() 1468 ShapeInference::InferReverseShape(input_shape, {0, -1}); in TEST_F() 1474 ShapeInference::InferReverseShape(input_shape, {0, 0}); in TEST_F() 1481 ShapeInference::InferReverseShape(tuple_shape, {0}); in TEST_F()
|
D | hlo_verifier.cc | 333 reverse, ShapeInference::InferReverseShape(reverse->operand(0)->shape(), in HandleReverse()
|
D | shape_inference.cc | 2485 /*static */ StatusOr<Shape> ShapeInference::InferReverseShape( in InferReverseShape() function in xla::ShapeInference
|
D | hlo_evaluator_typed_visitor.h | 985 ShapeInference::InferReverseShape(operand->shape(), in HandleReverse()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1557 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferReverseShape( in Rev()
|