Searched refs:streaming_recall_at_thresholds (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/metrics/ |
D | __init__.py | 125 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_recall_at_thresholds
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | target_column.py | 474 metric_ops.streaming_recall_at_thresholds, threshold)
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops_test.py | 2858 rec, _ = metrics.streaming_recall_at_thresholds( 2872 _, recall_op = metrics.streaming_recall_at_thresholds( 2888 rec, rec_op = metrics.streaming_recall_at_thresholds( 2915 rec, rec_op = metrics.streaming_recall_at_thresholds( 2932 rec, rec_op = metrics.streaming_recall_at_thresholds( 2950 rec, rec_op = metrics.streaming_recall_at_thresholds( 2969 rec, rec_op = metrics.streaming_recall_at_thresholds( 2995 rec, rec_op = metrics.streaming_recall_at_thresholds( 3019 rec, rec_op = metrics.streaming_recall_at_thresholds( 3042 rec, rec_op = metrics.streaming_recall_at_thresholds( [all …]
|
D | metric_ops.py | 1906 def streaming_recall_at_thresholds(predictions, function
|