Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/metrics/
D__init__.py108 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_false_positive_rate
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py1324 metrics.streaming_false_positive_rate(
1332 mean, _ = metrics.streaming_false_positive_rate(
1340 _, update_op = metrics.streaming_false_positive_rate(
1351 fpr, update_op = metrics.streaming_false_positive_rate(predictions, labels)
1370 fpr, update_op = metrics.streaming_false_positive_rate(predictions, labels)
1380 fpr, update_op = metrics.streaming_false_positive_rate(predictions, labels)
1391 fpr, update_op = metrics.streaming_false_positive_rate(
1406 fpr, update_op = metrics.streaming_false_positive_rate(
1422 fpr, update_op = metrics.streaming_false_positive_rate(predictions, labels)
1432 fpr, update_op = metrics.streaming_false_positive_rate(predictions, labels)
Dmetric_ops.py508 def streaming_false_positive_rate(predictions, function