Home
last modified time | relevance | path

Searched refs:TrueNegatives (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.metrics.-true-negatives.pbtxt1 path: "tensorflow.metrics.TrueNegatives"
3 is_instance: "<class \'tensorflow.python.keras.metrics.TrueNegatives\'>"
Dtensorflow.keras.metrics.-true-negatives.pbtxt1 path: "tensorflow.keras.metrics.TrueNegatives"
3 is_instance: "<class \'tensorflow.python.keras.metrics.TrueNegatives\'>"
Dtensorflow.metrics.pbtxt148 name: "TrueNegatives"
Dtensorflow.keras.metrics.pbtxt148 name: "TrueNegatives"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.metrics.-true-negatives.pbtxt1 path: "tensorflow.keras.metrics.TrueNegatives"
3 is_instance: "<class \'tensorflow.python.keras.metrics.TrueNegatives\'>"
Dtensorflow.keras.metrics.pbtxt148 name: "TrueNegatives"
/external/tensorflow/tensorflow/python/keras/
Dmetrics_confusion_matrix_test.py192 tn_obj = metrics.TrueNegatives(name='my_tn', thresholds=[0.4, 0.9])
198 tn_obj2 = metrics.TrueNegatives.from_config(tn_obj.get_config())
204 tn_obj = metrics.TrueNegatives()
218 tn_obj = metrics.TrueNegatives()
229 tn_obj = metrics.TrueNegatives(thresholds=[0.15, 0.5, 0.85])
243 tn_obj = metrics.TrueNegatives(thresholds=[0.15, 0.5, 0.85])
Dmetrics.py1103 class TrueNegatives(_ConfusionMatrixConditionCount): class
1144 super(TrueNegatives, self).__init__(
Dmetrics_test.py2151 tn_obj = metrics.TrueNegatives()