Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.cc26 info.collection_function(MetricCollectorGetter( in CollectMetricValues()
69 const CollectionFunction& collection_function) { in Register() argument
70 CHECK(collection_function) in Register()
83 {metric_def, collection_function, env_->NowMicros() / 1000}}); in Register()
Dcollection_registry.h154 const CollectionFunction& collection_function)
186 CollectionFunction collection_function; member