From 1fa73c53ab95693f070ce70e6be0c644d83c163a Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 26 Jun 2017 14:00:17 -0700 Subject: Automated g4 rollback of changelist 160182040 PiperOrigin-RevId: 160190881 --- tensorflow/compiler/xla/service/shape_inference.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tensorflow/compiler/xla/service/shape_inference.h') diff --git a/tensorflow/compiler/xla/service/shape_inference.h b/tensorflow/compiler/xla/service/shape_inference.h index 42e4c7d39d..55c60e149d 100644 --- a/tensorflow/compiler/xla/service/shape_inference.h +++ b/tensorflow/compiler/xla/service/shape_inference.h @@ -116,8 +116,7 @@ class ShapeInference { // e.g. slice f32[32x32] 0:16 0:16 -> f32[16x16] static StatusOr InferSliceShape( const Shape& arg, tensorflow::gtl::ArraySlice starts, - tensorflow::gtl::ArraySlice limits, - tensorflow::gtl::ArraySlice strides); + tensorflow::gtl::ArraySlice limits); // Infers the shape produced by a dynamic slice operation of size specified // in 'slice_sizes', with dynamic start indices shape 'start_indices_shape'. -- cgit v1.2.3