Searched refs:metric_def_ (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | counter.h | 103 : metric_def_(metric_def), in Counter() 105 &metric_def_, [&](MetricCollectorGetter getter) { in Counter() 106 auto metric_collector = getter.Get(&metric_def_); in Counter() 118 const MetricDef<MetricKind::kCumulative, int64, NumLabels> metric_def_; variable
|
D | sampler.h | 137 : metric_def_(metric_def), in Sampler() 140 &metric_def_, [&](MetricCollectorGetter getter) { in Sampler() 141 auto metric_collector = getter.Get(&metric_def_); in Sampler() 154 metric_def_; variable
|
D | collection_registry.h | 72 : metric_def_(metric_def), in MetricCollector() 79 const MetricDef<metric_kind, Value, NumLabels>* const metric_def_; variable 202 : export_registry_(export_registry), metric_def_(metric_def) {} in RegistrationHandle() 204 ~RegistrationHandle() { export_registry_->Unregister(metric_def_); } in ~RegistrationHandle() 208 const AbstractMetricDef* const metric_def_; variable 332 metric_def_->label_descriptions(); in CollectValue()
|
D | gauge.h | 155 : metric_def_(metric_def), in Gauge() 157 &metric_def_, [&](MetricCollectorGetter getter) { in Gauge() 158 auto metric_collector = getter.Get(&metric_def_); in Gauge() 170 const MetricDef<MetricKind::kGauge, ValueType, NumLabels> metric_def_; variable
|