Home
last modified time | relevance | path

Searched refs:collection_registry (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry_test.cc46 auto* collection_registry = CollectionRegistry::Default(); in TEST() local
57 collection_registry->Register(&metric_def0, EmptyCollectionFunction); in TEST()
59 collection_registry->Register(&metric_def1, EmptyCollectionFunction); in TEST()
65 collection_registry->Register(&metric_def0, EmptyCollectionFunction); in TEST()
70 auto* collection_registry = CollectionRegistry::Default(); in TEST() local
75 collection_registry->Register(&metric_def, EmptyCollectionFunction); in TEST()
79 collection_registry->Register(&metric_def, EmptyCollectionFunction); in TEST()
99 auto* collection_registry = CollectionRegistry::Default(); in TEST() local
103 collection_registry->CollectMetrics(options); in TEST()
189 auto* collection_registry = CollectionRegistry::Default(); in TEST() local
[all …]
/external/tensorflow/tensorflow/core/
DBUILD739 "lib/monitoring/collection_registry.h",