Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h72 using CollectionFunction = std::function<void(MetricCollectorGetter getter)>; variable
84 const CollectionFunction& collection_function) { in Register()
216 using CollectionFunction = std::function<void(MetricCollectorGetter getter)>; variable
236 const CollectionFunction& collection_function)
268 CollectionFunction collection_function;
Dcollection_registry.cc73 const CollectionFunction& collection_function) { in Register()