Add deprecated header files for TensorFlow

This commit is contained in:
Gael Guennebaud 2018-07-12 10:50:53 +02:00
parent da0c604078
commit 6cd6551b26
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#if defined(__clang__) || defined(__GNUC__)
#warning "Deprecated header file, please either include the main Eigen/CXX11/Tensor header or the respective TensorContractionGpu.h file"
#endif
#include "TensorContractionGpu.h"

View File

@ -0,0 +1,6 @@
#if defined(__clang__) || defined(__GNUC__)
#warning "Deprecated header file, please either include the main Eigen/CXX11/Tensor header or the respective TensorDeviceGpu.h file"
#endif
#include "TensorDeviceGpu.h"

View File

@ -0,0 +1,6 @@
#if defined(__clang__) || defined(__GNUC__)
#warning "Deprecated header file, please either include the main Eigen/CXX11/Tensor header or the respective TensorReductionGpu.h file"
#endif
#include "TensorReductionGpu.h"