Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py3062 def _streaming_sparse_average_precision_at_top_k(labels, function
3245 return _streaming_sparse_average_precision_at_top_k(
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py2889 …return metrics_impl._streaming_sparse_average_precision_at_top_k( # pylint: disable=protected-acc…