Searched refs:summation_method (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 1609 summation_method='interpolation', argument 1637 summation_method, 1638 metrics_utils.AUCSummationMethod) and summation_method not in list( 1642 summation_method, list(metrics_utils.AUCSummationMethod))) 1650 if isinstance(summation_method, metrics_utils.AUCSummationMethod): 1651 self.summation_method = summation_method 1653 self.summation_method = metrics_utils.AUCSummationMethod.from_str( 1654 summation_method) 1773 self.summation_method == metrics_utils.AUCSummationMethod.INTERPOLATION 1793 if self.summation_method == metrics_utils.AUCSummationMethod.INTERPOLATION: [all …]
|
D | metrics_confusion_matrix_test.py | 955 summation_method='majoring', 961 self.assertEqual(auc_obj.summation_method, 972 self.assertEqual(auc_obj2.summation_method, 1030 num_thresholds=self.num_thresholds, summation_method='majoring') 1045 num_thresholds=self.num_thresholds, summation_method='minoring') 1062 summation_method='majoring') 1079 summation_method='minoring') 1127 metrics.AUC(summation_method='Invalid')
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 638 summation_method='trapezoidal'): argument 782 if summation_method == 'trapezoidal': 786 elif summation_method == 'careful_interpolation': 798 if summation_method in ('trapezoidal', 'careful_interpolation'): 805 elif summation_method == 'minoring': 810 elif summation_method == 'majoring': 816 raise ValueError('Invalid summation_method: %s' % summation_method)
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | metrics_v1_test.py | 226 summation_method="careful_interpolation") 240 summation_method="careful_interpolation")
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.metrics.-a-u-c.pbtxt | 90 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
|
D | tensorflow.metrics.pbtxt | 9 …rics_collections\', \'updates_collections\', \'curve\', \'name\', \'summation_method\'], varargs=N…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.metrics.-a-u-c.pbtxt | 90 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
|
D | tensorflow.metrics.-a-u-c.pbtxt | 90 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | metrics_test.py | 1205 summation_method='careful_interpolation') 1222 summation_method='careful_interpolation') 1239 summation_method='careful_interpolation') 1254 summation_method='trapezoidal') 1270 summation_method='trapezoidal') 1286 summation_method='trapezoidal')
|