Fix use-of-uninitialized-value bug for bfloat16 in MatrixBandPart.
MatrixBandPart ends up calling bfloat16() to create a zero value, but the implementation of bfloat16::bfloat16() returned an uninitialized value, not zero. PiperOrigin-RevId: 216761660
Loading
Please sign in to comment