aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/pooling_ops_common_gpu.h
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 11:03:01 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 11:40:25 -0800
commit3ede5506acf6a026f09eda33277d46e34ac7ed10 (patch)
tree60866c2bffabfd6d54d000f0f341173c01a422e6 /tensorflow/core/kernels/pooling_ops_common_gpu.h
parent5a24d3a2514698b0ae11563b2ea21e368de48a4f (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113075177
Diffstat (limited to 'tensorflow/core/kernels/pooling_ops_common_gpu.h')
-rw-r--r--tensorflow/core/kernels/pooling_ops_common_gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/pooling_ops_common_gpu.h b/tensorflow/core/kernels/pooling_ops_common_gpu.h
index 20c1b9ff13..a47e113f8b 100644
--- a/tensorflow/core/kernels/pooling_ops_common_gpu.h
+++ b/tensorflow/core/kernels/pooling_ops_common_gpu.h
@@ -25,11 +25,11 @@ limitations under the License.
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
#include "tensorflow/core/framework/numeric_op.h"
#include "tensorflow/core/framework/op_kernel.h"
+#include "tensorflow/core/framework/tensor_shape.h"
#include "tensorflow/core/kernels/avgpooling_op.h"
#include "tensorflow/core/kernels/maxpooling_op.h"
#include "tensorflow/core/kernels/ops_util.h"
#include "tensorflow/core/platform/stream_executor.h"
-#include "tensorflow/core/public/tensor_shape.h"
#include "tensorflow/core/util/padding.h"
namespace tensorflow {