Searched refs:updates_collections (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.metrics.pbtxt | 5 …labels\', \'predictions\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\'… 9 …ons\', \'weights\', \'num_thresholds\', \'metrics_collections\', \'updates_collections\', \'curve\… 13 …', \'predictions\', \'k\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\'… 17 …labels\', \'predictions\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\'… 21 …ictions\', \'thresholds\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\'… 25 …labels\', \'predictions\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\'… 29 …ictions\', \'thresholds\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\'… 33 …argspec: "args=[\'values\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\… 37 …labels\', \'predictions\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\'… 41 … \'predictions\', \'dim\', \'weights\', \'metrics_collections\', \'updates_collections\', \'name\'… [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 319 updates_collections=None, argument 390 if updates_collections: 391 ops.add_to_collections(updates_collections, update_op) 401 updates_collections=None, argument 457 return mean(is_correct, weights, metrics_collections, updates_collections, 638 updates_collections=None, argument 856 if updates_collections: 857 ops.add_to_collections(updates_collections, update_op) 867 updates_collections=None, argument 920 updates_collections, name or 'mean_absolute_error') [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | metrics_test.py | 195 array_ops.ones([4, 3]), updates_collections=[my_collection_name]) 376 array_ops.ones([4, 3]), updates_collections=[my_collection_name]) 584 updates_collections=[my_collection_name]) 780 updates_collections=[my_collection_name]) 980 updates_collections=[my_collection_name]) 1112 updates_collections=[my_collection_name]) 1472 updates_collections=[my_collection_name]) 1619 updates_collections=[my_collection_name]) 1751 updates_collections=[my_collection_name]) 1756 updates_collections=[my_collection_name]) [all …]
|