Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
DBUILD53 name = "collection_registry",
54 srcs = ["collection_registry.cc"],
55 hdrs = ["collection_registry.h"],
75 ":collection_registry",
91 ":collection_registry",
154 ":collection_registry",
172 ":collection_registry",
186 ":collection_registry",
221 "collection_registry.h",
248 "collection_registry.h",
Dcollection_registry_test.cc47 auto* collection_registry = CollectionRegistry::Default(); in TEST() local
58 collection_registry->Register(&metric_def0, EmptyCollectionFunction); in TEST()
60 collection_registry->Register(&metric_def1, EmptyCollectionFunction); in TEST()
66 collection_registry->Register(&metric_def0, EmptyCollectionFunction); in TEST()
71 auto* collection_registry = CollectionRegistry::Default(); in TEST() local
76 collection_registry->Register(&metric_def, EmptyCollectionFunction); in TEST()
78 collection_registry->Register(&metric_def, EmptyCollectionFunction); in TEST()
97 auto* collection_registry = CollectionRegistry::Default(); in TEST() local
101 collection_registry->CollectMetrics(options); in TEST()
187 auto* collection_registry = CollectionRegistry::Default(); in TEST() local
[all …]
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc50 auto* collection_registry = monitoring::CollectionRegistry::Default(); in TEST() local
53 collection_registry->CollectMetrics(options); in TEST()
62 metrics = collection_registry->CollectMetrics(options); in TEST()
67 metrics = collection_registry->CollectMetrics(options); in TEST()
100 auto* collection_registry = monitoring::CollectionRegistry::Default(); in TEST() local
103 collection_registry->CollectMetrics(options); in TEST()
110 metrics = collection_registry->CollectMetrics(options); in TEST()
149 auto* collection_registry = monitoring::CollectionRegistry::Default(); in TEST() local
152 collection_registry->CollectMetrics(options); in TEST()
161 metrics = collection_registry->CollectMetrics(options); in TEST()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.cc276 auto* collection_registry = monitoring::CollectionRegistry::Default(); in CollectMetrics() local
279 auto collected_metrics = collection_registry->CollectMetrics(options); in CollectMetrics()
/external/tensorflow/tensorflow/core/
DBUILD1363 "//tensorflow/core/lib/monitoring:collection_registry",