aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/dnn.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-01-30 16:27:43 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-30 16:46:54 -0800
commitb4fa4ad13831174f2276f0b382e06a7d5c42a7e7 (patch)
tree81a658edb4c4a8d5f9c3b75c1968daed90619cd5 /tensorflow/stream_executor/dnn.h
parent6788e17e80173ca7b30df9df5a0f8e591c630b14 (diff)
Remove Eigen/Core includes from public SE headers
This gives the Eigen headers the chance to define the macro EIGEN_USE_GPU in the proper places. Change: 146055230
Diffstat (limited to 'tensorflow/stream_executor/dnn.h')
-rw-r--r--tensorflow/stream_executor/dnn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/dnn.h b/tensorflow/stream_executor/dnn.h
index 6a3e8d0685..8c3eee70f4 100644
--- a/tensorflow/stream_executor/dnn.h
+++ b/tensorflow/stream_executor/dnn.h
@@ -33,7 +33,9 @@ limitations under the License.
#include "tensorflow/stream_executor/platform/logging.h"
#include "tensorflow/stream_executor/platform/port.h"
-#include "third_party/eigen3/Eigen/Core"
+namespace Eigen {
+struct half;
+} // namespace Eigen
namespace perftools {
namespace gputools {