mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-13 18:37:27 +08:00
Add deprecated header files for TensorFlow
This commit is contained in:
parent
da0c604078
commit
6cd6551b26
@ -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"
|
6
unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
Normal file
6
unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
Normal 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"
|
6
unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h
Normal file
6
unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user