View source on GitHub |
Renamed to precision_at_k
, please use that method instead. (deprecated)
tf.metrics.sparse_precision_at_k(
labels, predictions, k, class_id=None, weights=None, metrics_collections=None,
updates_collections=None, name=None
)