Searched refs:_EPSILON (Results 1 – 4 of 4) sorted by relevance
26 _EPSILON = 1e-7 variable44 return _EPSILON56 global _EPSILON57 _EPSILON = value
54 _EPSILON = 1e-15 variable55 _ONE_EPSILON = 1 - _EPSILON56 _MINUS_ONE_EPSILON = -1 + _EPSILON60 if abs(v) < _EPSILON:
45 _EPSILON = 1e-7 variable934 kepsilon = _EPSILON # to account for floating point imprecisions1320 (math_ops.reduce_sum(weight_totals_for_true) + _EPSILON))1323 (math_ops.reduce_sum(weight_totals_for_false) + _EPSILON))1348 (total_0 + _EPSILON))1350 (total_1 + _EPSILON))1357 (total_0 - 1. + _EPSILON))1360 placement_values_1, auc_1)) / (total_1 - 1. + _EPSILON))1362 (var_0 / (total_0 + _EPSILON)) + (var_1 / (total_1 + _EPSILON)))1368 estimate = math_ops.log(auc / (1. - auc + _EPSILON))[all …]
111 const Type MathLimits<Type>::kEpsilon = PREFIX##_EPSILON; \