Searched refs:summation_method (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | metrics.py | 2085 summation_method='interpolation', argument 2099 summation_method, 2100 metrics_utils.AUCSummationMethod) and summation_method not in list( 2104 summation_method, list(metrics_utils.AUCSummationMethod))) 2134 if isinstance(summation_method, metrics_utils.AUCSummationMethod): 2135 self.summation_method = summation_method 2137 self.summation_method = metrics_utils.AUCSummationMethod.from_str( 2138 summation_method) 2364 self.summation_method == metrics_utils.AUCSummationMethod.INTERPOLATION 2384 if self.summation_method == metrics_utils.AUCSummationMethod.INTERPOLATION: [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | metrics_v1_test.py | 225 summation_method="careful_interpolation") 239 summation_method="careful_interpolation")
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | metrics_impl.py | 814 summation_method='trapezoidal', argument 984 if summation_method == 'trapezoidal': 988 elif summation_method == 'careful_interpolation': 1000 if summation_method in ('trapezoidal', 'careful_interpolation'): 1007 elif summation_method == 'minoring': 1012 elif summation_method == 'majoring':
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/ |
H A D | tensorflow.metrics.-a-u-c.pbtxt | 137 …argspec: "args=[\'self\', \'num_thresholds\', \'curve\', \'summation_method\', \'name\', \'dtype\'…
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/ |
H A D | tensorflow.metrics.pbtxt | 9 …rics_collections\', \'updates_collections\', \'curve\', \'name\', \'summation_method\', \'threshol…
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/ |
H A D | metrics_test.py | 1228 summation_method='careful_interpolation') 1245 summation_method='careful_interpolation') 1262 summation_method='careful_interpolation') 1277 summation_method='trapezoidal') 1293 summation_method='trapezoidal') 1309 summation_method='trapezoidal')
|