Home
last modified time | relevance | path

Searched refs:compute_precision (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py2033 def compute_precision(tp, fp, name): function
2038 return compute_precision(true_p, false_p, 'value')
2043 update_op = compute_precision(true_positives_update_op,
2115 def compute_precision(tp, fp, name): function
2119 return compute_precision(values['tp'], values['fp'], 'value')
2124 update_op = compute_precision(update_ops['tp'], update_ops['fp'],