Fix rounding error with large tensors in tf.nn.zero_fraction.
The CPU kernel for reduce_mean does a sequential summation on eigen, which saturates. PiperOrigin-RevId: 219210923
Loading
Please sign in to comment
The CPU kernel for reduce_mean does a sequential summation on eigen, which saturates. PiperOrigin-RevId: 219210923