Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py2654 target_recall, argument
2713 if target_recall < 0 or target_recall > 1:
2745 math_ops.greater_equal(recalls, target_recall), dtypes.int64)
Dmetric_ops_test.py3449 target_recall = 2.0 / 3.0
3450 self.assertAlmostEqual(target_recall, sess.run(update_op))
3451 self.assertAlmostEqual(target_recall, recall.eval())
3467 target_recall = 2.0 / 3.0
3468 self.assertAlmostEqual(target_recall, sess.run(update_op))
3469 self.assertAlmostEqual(target_recall, recall.eval())
3536 target_recall=0.7)
3548 target_recall=0.7,
3557 target_recall=0.7,
3567 labels, predictions, target_recall=0.7)
[all …]