Searched refs:metric_variable (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 41 def metric_variable(shape, dtype, validate_shape=True, name=None): function 255 total_cm = metric_variable( 365 total = metric_variable([], dtypes.float32, name='total') 366 count = metric_variable([], dtypes.float32, name='count') 574 true_p = metric_variable( 586 false_n = metric_variable( 598 true_n = metric_variable( 610 false_p = metric_variable( 1063 total = metric_variable([num_classes], dtypes.float32, name='total') 1064 count = metric_variable([num_classes], dtypes.float32, name='count') [all …]
|