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.h134 using CollectionFunction = std::function<void(MetricCollectorGetter getter)>; variable
154 const CollectionFunction& collection_function)
186 CollectionFunction collection_function;
Dcollection_registry.cc69 const CollectionFunction& collection_function) { in Register()