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.py2005 def compute_precision(tp, fp, name): function
2010 return compute_precision(true_p, false_p, 'value')
2015 update_op = compute_precision(true_positives_update_op,
2087 def compute_precision(tp, fp, name): function
2091 return compute_precision(values['tp'], values['fp'], 'value')
2096 update_op = compute_precision(update_ops['tp'], update_ops['fp'],