Searched defs:num_thresholds (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 1471 def __init__(self, value, num_thresholds=200, name=None, dtype=None): argument 1607 def __init__(self, specificity, num_thresholds=200, name=None, dtype=None): argument 1682 def __init__(self, sensitivity, num_thresholds=200, name=None, dtype=None): argument 1749 def __init__(self, recall, num_thresholds=200, name=None, dtype=None): argument 1819 def __init__(self, precision, num_thresholds=200, name=None, dtype=None): argument 1963 num_thresholds=200, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 636 num_thresholds=200, argument 2814 num_thresholds=200, argument 3636 num_thresholds=200, argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_api.cc | 1820 size_t num_thresholds; in CdsResponseParse() local
|