aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3/unsupported/Eigen/CXX11/Tensor
blob: 7fafd2a53839e066c2723e00bb022f5c788c7388 (plain)
1
2
3
4
5
6
7
8
9
10
#include "unsupported/Eigen/CXX11/Tensor"

#ifdef _WIN32
// On Windows, Eigen will include Windows.h, which defines various
// macros that conflict with TensorFlow symbols. Undefine them here to
// prevent clashes.
#undef DeleteFile
#undef ERROR
#undef LoadLibrary
#endif  // _WIN32