Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/metrics/
D__init__.py106 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_false_negatives
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py188 def streaming_false_negatives(predictions, function
Dmetric_ops_test.py715 metrics.streaming_false_negatives((0, 1, 0), (0, 1, 1))
732 fn, fn_update_op = metrics.streaming_false_negatives(
749 fn, fn_update_op = metrics.streaming_false_negatives(