Home
last modified time | relevance | path

Searched refs:num_thresholds (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dmetrics_confusion_matrix_test.py737 0.4, num_thresholds=100, name='sensitivity_at_specificity_1')
741 self.assertEqual(s_obj.num_thresholds, 100)
748 self.assertEqual(s_obj2.num_thresholds, 100)
826 metrics.SensitivityAtSpecificity(0.4, num_thresholds=-1)
834 0.4, num_thresholds=100, name='specificity_at_sensitivity_1')
838 self.assertEqual(s_obj.num_thresholds, 100)
845 self.assertEqual(s_obj2.num_thresholds, 100)
922 metrics.SpecificityAtSensitivity(0.4, num_thresholds=-1)
930 0.4, num_thresholds=100, name='precision_at_recall_1')
934 self.assertEqual(s_obj.num_thresholds, 100)
[all …]
Dmetrics.py994 num_thresholds = len(to_list(self.thresholds))
996 [(v, np.zeros((num_thresholds,))) for v in self.variables])
1324 num_thresholds = len(to_list(self.thresholds))
1326 [(v, np.zeros((num_thresholds,))) for v in self.variables])
1449 num_thresholds = len(to_list(self.thresholds))
1451 [(v, np.zeros((num_thresholds,))) for v in self.variables])
1471 def __init__(self, value, num_thresholds=200, name=None, dtype=None): argument
1473 if num_thresholds <= 0:
1478 shape=(num_thresholds,),
1482 shape=(num_thresholds,),
[all …]
Dmetrics_test.py2195 s_obj = metrics.SensitivityAtSpecificity(0.5, num_thresholds=1)
2210 s_obj = metrics.SpecificityAtSensitivity(0.5, num_thresholds=1)
2225 s_obj = metrics.PrecisionAtRecall(recall=0.5, num_thresholds=1)
2240 s_obj = metrics.RecallAtPrecision(precision=0.5, num_thresholds=1)
2255 auc_obj = metrics.AUC(num_thresholds=3)
2270 auc_obj = metrics.AUC(num_thresholds=3, from_logits=True)
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py531 num_thresholds = len(thresholds)
550 array_ops.tile(array_ops.transpose(predictions_2d), [num_thresholds, 1]),
556 label_is_pos = array_ops.tile(labels_2d, [num_thresholds, 1])
564 array_ops.reshape(weights, [1, -1]), [num_thresholds, 1])
575 [num_thresholds], dtypes.float32, name='true_positives')
587 [num_thresholds], dtypes.float32, name='false_negatives')
599 [num_thresholds], dtypes.float32, name='true_negatives')
611 [num_thresholds], dtypes.float32, name='false_positives')
636 num_thresholds=200, argument
733 num_thresholds = len(thresholds) + 2
[all …]
/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py315 num_thresholds = thresholds.shape[0]
384 thresh_pretile_shape = [num_thresholds, 1, -1]
386 data_tiles = [num_thresholds, 1, 1]
388 thresh_pretile_shape = [num_thresholds, -1]
390 data_tiles = [num_thresholds, 1]
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.metrics.pbtxt9 …argspec: "args=[\'labels\', \'predictions\', \'weights\', \'num_thresholds\', \'metrics_collection…
105 …argspec: "args=[\'labels\', \'predictions\', \'specificity\', \'weights\', \'num_thresholds\', \'m…
117 …argspec: "args=[\'labels\', \'predictions\', \'sensitivity\', \'weights\', \'num_thresholds\', \'m…
Dtensorflow.keras.metrics.-sensitivity-at-specificity.pbtxt134 …argspec: "args=[\'self\', \'specificity\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None,…
Dtensorflow.keras.metrics.-recall-at-precision.pbtxt134 …argspec: "args=[\'self\', \'precision\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None, k…
Dtensorflow.keras.metrics.-a-u-c.pbtxt137 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
Dtensorflow.keras.metrics.-precision-at-recall.pbtxt134 …argspec: "args=[\'self\', \'recall\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None, keyw…
Dtensorflow.keras.metrics.-specificity-at-sensitivity.pbtxt134 …argspec: "args=[\'self\', \'sensitivity\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None,…
/external/tensorflow/tensorflow/python/distribute/
Dmetrics_v1_test.py229 return metrics.auc(labels, predictions, num_thresholds=8, curve="ROC",
243 return metrics.auc(labels, predictions, num_thresholds=8, curve="PR",
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.metrics.-a-u-c.pbtxt137 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
Dtensorflow.metrics.-recall-at-precision.pbtxt134 …argspec: "args=[\'self\', \'precision\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None, k…
Dtensorflow.metrics.-specificity-at-sensitivity.pbtxt134 …argspec: "args=[\'self\', \'sensitivity\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None,…
Dtensorflow.metrics.-sensitivity-at-specificity.pbtxt134 …argspec: "args=[\'self\', \'specificity\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None,…
Dtensorflow.keras.metrics.-recall-at-precision.pbtxt134 …argspec: "args=[\'self\', \'precision\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None, k…
Dtensorflow.keras.metrics.-precision-at-recall.pbtxt134 …argspec: "args=[\'self\', \'recall\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None, keyw…
Dtensorflow.keras.metrics.-sensitivity-at-specificity.pbtxt134 …argspec: "args=[\'self\', \'specificity\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None,…
Dtensorflow.keras.metrics.-specificity-at-sensitivity.pbtxt134 …argspec: "args=[\'self\', \'sensitivity\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None,…
Dtensorflow.metrics.-precision-at-recall.pbtxt134 …argspec: "args=[\'self\', \'recall\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None, keyw…
Dtensorflow.metrics.-a-u-c.pbtxt137 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc1820 size_t num_thresholds; in CdsResponseParse() local
1823 circuit_breakers, &num_thresholds); in CdsResponseParse()
1824 for (size_t i = 0; i < num_thresholds; ++i) { in CdsResponseParse()
/external/tensorflow/tensorflow/python/kernel_tests/
Dmetrics_test.py1424 num_thresholds=500,
/external/tensorflow/
DRELEASE.md3409 streaming precision and recall with `O(num_thresholds + size of predictions)`