mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add deprecated header files for TensorFlow
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user