BEGIN_PUBLIC
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.
END_PUBLIC

PiperOrigin-RevId: 344101137
1 file changed