Searched refs:is_correct (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | double-conversion-strtod.cpp | 490 const bool is_correct = ComputeGuess(trimmed, exponent, &guess); in StrtodTrimmed() local 491 if (is_correct) { in StrtodTrimmed() 550 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in Strtof() local 579 if (is_correct) { in Strtof()
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 455 is_correct = math_ops.cast( 457 return mean(is_correct, weights, metrics_collections, updates_collections, 1070 is_correct = math_ops.cast( 1078 is_correct *= weights 1082 update_count_op = state_ops.scatter_add(count, labels, is_correct)
|