Searched refs:InferReverseShape (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference.h | 221 static StatusOr<Shape> InferReverseShape(
|
D | shape_inference_test.cc | 2133 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()
|
D | hlo_creation_utils.cc | 480 TF_ASSIGN_OR_RETURN(Shape reverse_shape, ShapeInference::InferReverseShape( in MakeReverseHlo()
|
D | hlo_verifier.cc | 891 reverse, ShapeInference::InferReverseShape(reverse->operand(0)->shape(), in HandleReverse()
|
D | hlo_evaluator_typed_visitor.h | 878 ShapeInference::InferReverseShape(operand->shape(),
|
D | shape_inference.cc | 2829 /*static */ StatusOr<Shape> ShapeInference::InferReverseShape( in InferReverseShape() function in xla::ShapeInference
|
D | hlo_parser.cc | 2229 return ShapeInference::InferReverseShape(operands[0]->shape(), in CreateInstruction()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 2154 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferReverseShape( in Rev()
|