STT-tensorflow/third_party/eigen3/unsupported/Eigen
Mihai Maruseac ace0c15a22 Default initialize fixed point Eigen types.
In certain cases, tensors are filled with default values of the type. But, for these fixed point types, these values were uninitialized. Thus, we would have uninitialized memory access bugs, some of which were caught by MSAN.

PiperOrigin-RevId: 344101137
Change-Id: I14555fda74dca3b5f1582da9008901937e3f14e2
2020-11-24 11:48:54 -08:00
..
CXX11 Default initialize fixed point Eigen types. 2020-11-24 11:48:54 -08:00
MatrixFunctions
SpecialFunctions