eigen/unsupported/Eigen/CXX11
Antonio Sanchez 3f4684f87d Include <cstdint> in one place, remove custom typedefs
Originating from
[this SO issue](https://stackoverflow.com/questions/65901014/how-to-solve-this-all-error-2-in-this-case),
some win32 compilers define `__int32` as a `long`, but MinGW defines
`std::int32_t` as an `int`, leading to a type conflict.

To avoid this, we remove the custom `typedef` definitions for win32.  The
Tensor module requires C++11 anyways, so we are guaranteed to have
included `<cstdint>` already in `Eigen/Core`.

Also re-arranged the headers to only include `<cstdint>` in one place to
avoid this type of error again.
2021-01-26 14:23:05 -08:00
..
src fix paddings of TensorVolumePatchOp 2021-01-15 11:51:49 +08:00
CMakeLists.txt
Tensor Include <cstdint> in one place, remove custom typedefs 2021-01-26 14:23:05 -08:00
TensorSymmetry
ThreadPool Include <cstdint> in one place, remove custom typedefs 2021-01-26 14:23:05 -08:00