Searched refs:true_p (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 574 true_p = metric_variable( 580 update_ops['tp'] = state_ops.assign_add(true_p, 583 values['tp'] = true_p 2018 true_p, true_positives_update_op = true_positives( 2037 def once_across_replicas(_, true_p, false_p): argument 2038 return compute_precision(true_p, false_p, 'value') 2041 true_p, false_p) 2191 true_p, true_positives_update_op = true_positives( 2206 def compute_recall(true_p, false_n, name): argument 2208 math_ops.greater(true_p + false_n, 0), [all …]
|