Home
last modified time | relevance | path

Searched refs:metrics_collections (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.metrics.pbtxt5 …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/
Dmetrics_impl.py280 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,
637 metrics_collections=None, argument
852 metrics_collections, compute_auc_value, values)
866 metrics_collections=None, argument
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dmetrics_test.py188 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])
1462 metrics_collections=[my_collection_name])
1609 metrics_collections=[my_collection_name])
1736 metrics_collections=[my_collection_name])
1741 metrics_collections=[my_collection_name])
[all …]