aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/attention_ops.cc
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-03-17 21:05:11 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-18 08:48:06 -0700
commit200fa5fb0be1523f828014ae8f3ca28099cc942a (patch)
tree6e431e22b14949e674a4ea86c2217da3d7a57898 /tensorflow/core/kernels/attention_ops.cc
parent1220ba3ab332d6233a84d660cafb3d4e29958224 (diff)
Rollback of "TensorFlow: move eigen some NN code from our third_party/eigen3 copy
to being part of TF, add tests." Change: 117519243
Diffstat (limited to 'tensorflow/core/kernels/attention_ops.cc')
-rw-r--r--tensorflow/core/kernels/attention_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/attention_ops.cc b/tensorflow/core/kernels/attention_ops.cc
index 36c1b26476..59e147bf93 100644
--- a/tensorflow/core/kernels/attention_ops.cc
+++ b/tensorflow/core/kernels/attention_ops.cc
@@ -18,12 +18,12 @@ limitations under the License.
#define EIGEN_USE_THREADS
#include <vector>
+#include "third_party/eigen3/unsupported/Eigen/CXX11/NeuralNetworks"
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/tensor.h"
#include "tensorflow/core/framework/tensor_shape.h"
#include "tensorflow/core/framework/types.h"
-#include "tensorflow/core/kernels/eigen_attention.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/types.h"