Searched refs:metric_def_ (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | counter.h | 113 : metric_def_(metric_def), in Counter() 115 &metric_def_, [&](MetricCollectorGetter getter) { in Counter() 116 auto metric_collector = getter.Get(&metric_def_); in Counter() 137 const MetricDef<MetricKind::kCumulative, int64, NumLabels> metric_def_; variable
|
D | sampler.h | 153 : metric_def_(metric_def), in Sampler() 156 &metric_def_, [&](MetricCollectorGetter getter) { in Sampler() 157 auto metric_collector = getter.Get(&metric_def_); in Sampler() 179 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 338 metric_def_->label_descriptions(); in CollectValue()
|
D | gauge.h | 165 : metric_def_(metric_def), in Gauge() 167 &metric_def_, [&](MetricCollectorGetter getter) { in Gauge() 168 auto metric_collector = getter.Get(&metric_def_); in Gauge() 189 const MetricDef<MetricKind::kGauge, ValueType, NumLabels> metric_def_; variable
|
D | percentile_sampler.h | 139 : metric_def_(metric_def), in PercentileSampler() 144 &metric_def_, [&](MetricCollectorGetter getter) { in PercentileSampler() 145 auto metric_collector = getter.Get(&metric_def_); in PercentileSampler() 178 const MetricDef<MetricKind::kCumulative, Percentiles, NumLabels> metric_def_; variable
|