Exemplo n.º 1
0
def _recall(predictions, targets, weights=None):
    return metric_ops.streaming_recall(predictions, targets, weights=weights)
Exemplo n.º 2
0
def _recall(predictions, targets, weights=None):
  return metric_ops.streaming_recall(predictions, targets, weights=weights)