Fix bug in Eigen causing tf.reduce_max([-inf, -inf]) to return min float...
Fix bug in Eigen causing tf.reduce_max([-inf, -inf]) to return min float instead of -inf, and similarly for reduce_min. Update Eigen version used by TensorFlow to pick up the bug fix. Change: 132126668
Loading
Please sign in to comment