Searched refs:summation_method (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 1965 summation_method='interpolation', argument 1979 summation_method, 1980 metrics_utils.AUCSummationMethod) and summation_method not in list( 1984 summation_method, list(metrics_utils.AUCSummationMethod))) 2010 if isinstance(summation_method, metrics_utils.AUCSummationMethod): 2011 self.summation_method = summation_method 2013 self.summation_method = metrics_utils.AUCSummationMethod.from_str( 2014 summation_method) 2239 self.summation_method == metrics_utils.AUCSummationMethod.INTERPOLATION 2259 if self.summation_method == metrics_utils.AUCSummationMethod.INTERPOLATION: [all …]
|
D | metrics_confusion_matrix_test.py | 1176 summation_method='majoring', 1183 self.assertEqual(auc_obj.summation_method, 1195 self.assertEqual(auc_obj2.summation_method, 1206 summation_method='majoring', 1215 self.assertEqual(auc_obj.summation_method, 1227 self.assertEqual(auc_obj2.summation_method, 1317 num_thresholds=self.num_thresholds, summation_method='majoring') 1332 num_thresholds=self.num_thresholds, summation_method='minoring') 1349 summation_method='majoring') 1366 summation_method='minoring') [all …]
|
/external/tensorflow/tensorflow/python/distribute/ |
D | metrics_v1_test.py | 230 summation_method="careful_interpolation") 244 summation_method="careful_interpolation")
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 641 summation_method='trapezoidal', argument 810 if summation_method == 'trapezoidal': 814 elif summation_method == 'careful_interpolation': 826 if summation_method in ('trapezoidal', 'careful_interpolation'): 833 elif summation_method == 'minoring': 838 elif summation_method == 'majoring': 844 raise ValueError('Invalid summation_method: %s' % summation_method)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.metrics.-a-u-c.pbtxt | 137 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
|
D | tensorflow.metrics.-a-u-c.pbtxt | 137 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.metrics.-a-u-c.pbtxt | 137 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
|
D | tensorflow.metrics.pbtxt | 9 …rics_collections\', \'updates_collections\', \'curve\', \'name\', \'summation_method\', \'threshol…
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | metrics_test.py | 1233 summation_method='careful_interpolation') 1250 summation_method='careful_interpolation') 1267 summation_method='careful_interpolation') 1282 summation_method='trapezoidal') 1298 summation_method='trapezoidal') 1314 summation_method='trapezoidal')
|