Home
last modified time | relevance | path

Searched defs:CollectValue (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h217 inline void CollectValue(const int64& value, Point* const point) { in CollectValue() function
223 inline void CollectValue(const string& value, Point* const point) { in CollectValue() function
229 inline void CollectValue(const bool& value, Point* const point) { in CollectValue() function
235 inline void CollectValue(const HistogramProto& value, Point* const point) { in CollectValue() function
327 void MetricCollector<metric_kind, Value, NumLabels>::CollectValue( in CollectValue() function