aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/pooling_ops_common.h
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-03-18 13:51:32 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-18 15:46:29 -0700
commit8202d0958e6894f91ff7a397a00a192fe306eb95 (patch)
treef7365a2d45809a4446f2d0fa841dcbdedf5c1a62 /tensorflow/core/kernels/pooling_ops_common.h
parentaba52f4b4b405d15a37b7c56b026a514b9022b45 (diff)
Rollforward of "TensorFlow: move eigen some NN code from our third_party/eigen3 copy
to being part of TF, add tests." Change: 117587217
Diffstat (limited to 'tensorflow/core/kernels/pooling_ops_common.h')
-rw-r--r--tensorflow/core/kernels/pooling_ops_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/pooling_ops_common.h b/tensorflow/core/kernels/pooling_ops_common.h
index f9f16d96d8..21396464fb 100644
--- a/tensorflow/core/kernels/pooling_ops_common.h
+++ b/tensorflow/core/kernels/pooling_ops_common.h
@@ -18,7 +18,6 @@ limitations under the License.
#include <vector>
-#include "third_party/eigen3/unsupported/Eigen/CXX11/NeuralNetworks"
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
#include "tensorflow/core/framework/numeric_op.h"
#include "tensorflow/core/framework/op_kernel.h"