Searched defs:num_thresholds (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/metrics/python/metrics/ |
D | classification.py | 70 def f1_score(labels, predictions, weights=None, num_thresholds=200, argument
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops.py | 876 num_thresholds=200, argument 978 num_thresholds=200, argument 1526 num_thresholds=None, argument 1711 num_thresholds=200, argument 1778 num_thresholds=200, argument 2568 num_thresholds=200, argument 2656 num_thresholds=200, argument
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 1333 def __init__(self, value, num_thresholds=200, name=None, dtype=None): argument 1433 def __init__(self, specificity, num_thresholds=200, name=None, dtype=None): argument 1514 def __init__(self, sensitivity, num_thresholds=200, name=None, dtype=None): argument 1607 num_thresholds=200, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 633 num_thresholds=200, argument 2786 num_thresholds=200, argument 3559 num_thresholds=200, argument
|