Commit 9d8201ca authored by Ian Langmore's avatar Ian Langmore Committed by TensorFlower Gardener
Browse files

BUGFIX: sample_stats.percentile: Fractions for interpolation were done in

float, which caused the error d - 1 == d for large 'd'.  Fix is to do in
double.  Also clipping index values to [0,..., d - 1] in case double isn't enough for some huge array
PiperOrigin-RevId: 191023164
parent 8712a7fa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment