/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops.py | 53 metrics_collections=None, argument 89 metrics_collections=metrics_collections, 99 metrics_collections=None, argument 135 metrics_collections=metrics_collections, 145 metrics_collections=None, argument 181 metrics_collections=metrics_collections, 191 metrics_collections=None, argument 226 metrics_collections=metrics_collections, 234 metrics_collections=None, argument 276 metrics_collections=metrics_collections, [all …]
|
D | metric_ops_test.py | 171 array_ops.ones([4, 3]), metrics_collections=[my_collection_name]) 330 array_ops.ones([4, 3]), metrics_collections=[my_collection_name]) 498 metrics_collections=[my_collection_name]) 1047 metrics_collections=[my_collection_name]) 1212 metrics_collections=[my_collection_name]) 1335 metrics_collections=[my_collection_name]) 1458 metrics_collections=[my_collection_name]) 1582 metrics_collections=[my_collection_name]) 1702 metrics_collections=[my_collection_name]) 1952 metrics_collections=[my_collection_name]) [all …]
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.metrics.pbtxt | 5 …argspec: "args=[\'labels\', \'predictions\', \'weights\', \'metrics_collections\', \'updates_colle… 9 …s=[\'labels\', \'predictions\', \'weights\', \'num_thresholds\', \'metrics_collections\', \'update… 13 …argspec: "args=[\'labels\', \'predictions\', \'k\', \'weights\', \'metrics_collections\', \'update… 17 …argspec: "args=[\'labels\', \'predictions\', \'weights\', \'metrics_collections\', \'updates_colle… 21 …argspec: "args=[\'labels\', \'predictions\', \'thresholds\', \'weights\', \'metrics_collections\',… 25 …argspec: "args=[\'labels\', \'predictions\', \'weights\', \'metrics_collections\', \'updates_colle… 29 …argspec: "args=[\'labels\', \'predictions\', \'thresholds\', \'weights\', \'metrics_collections\',… 33 …argspec: "args=[\'values\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\… 37 …argspec: "args=[\'labels\', \'predictions\', \'weights\', \'metrics_collections\', \'updates_colle… 41 …argspec: "args=[\'labels\', \'predictions\', \'dim\', \'weights\', \'metrics_collections\', \'upda… [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 280 def _aggregate_across_replicas(metrics_collections, metric_value_fn, *args): argument 307 if metrics_collections: 308 ops.add_to_collections(metrics_collections, metric_value) 318 metrics_collections=None, argument 386 metrics_collections, compute_mean, total, count) 400 metrics_collections=None, argument 457 return mean(is_correct, weights, metrics_collections, updates_collections, 634 metrics_collections=None, argument 824 metrics_collections, compute_auc_value, values) 838 metrics_collections=None, argument [all …]
|
/external/tensorflow/tensorflow/contrib/metrics/python/metrics/ |
D | classification.py | 71 metrics_collections=None, updates_collections=None, name=None): argument 173 if metrics_collections: 174 ops.add_to_collections(metrics_collections, best_f1)
|
D | classification_test.py | 145 metrics_collections=[my_collection_name])
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | metrics_test.py | 188 array_ops.ones([4, 3]), metrics_collections=[my_collection_name]) 369 array_ops.ones([4, 3]), metrics_collections=[my_collection_name]) 575 metrics_collections=[my_collection_name]) 771 metrics_collections=[my_collection_name]) 971 metrics_collections=[my_collection_name]) 1104 metrics_collections=[my_collection_name]) 1434 metrics_collections=[my_collection_name]) 1580 metrics_collections=[my_collection_name]) 1706 metrics_collections=[my_collection_name]) 1711 metrics_collections=[my_collection_name]) [all …]
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator_test.py | 879 metrics_collections=None, argument 886 metrics_collections=metrics_collections, 912 metrics_collections=None, argument 918 metrics_collections=metrics_collections,
|