Searched defs:metric_def (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | collection_registry.cc | 36 const AbstractMetricDef* const metric_def) { in CollectMetricDescriptor() 68 CollectionRegistry::Register(const AbstractMetricDef* const metric_def, in Register() 89 void CollectionRegistry::Unregister(const AbstractMetricDef* const metric_def) { in Unregister()
|
D | collection_registry.h | 69 const MetricDef<metric_kind, Value, NumLabels>* const metric_def, in MetricCollector() 185 const AbstractMetricDef* const metric_def; member 201 const AbstractMetricDef* const metric_def) in RegistrationHandle() 265 const MetricDef<metric_kind, Value, NumLabels>* const metric_def, in GetMetricCollector() 353 const MetricDef<metric_kind, Value, NumLabels>* const metric_def) { in Get()
|
D | sampler.h | 151 metric_def, in Sampler() 211 metric_def, in New()
|
D | percentile_sampler.h | 136 NumLabels>& metric_def, in PercentileSampler() 203 metric_def, in New()
|
D | metric_def_test.cc | 49 const MetricDef<MetricKind::kCumulative, int64, 1> metric_def( in TEST() local
|
D | counter.h | 112 const MetricDef<MetricKind::kCumulative, int64, NumLabels>& metric_def) in Counter()
|
D | mobile_sampler.h | 88 NumLabels>& metric_def, in New()
|
D | gauge.h | 164 const MetricDef<MetricKind::kGauge, ValueType, NumLabels>& metric_def) in Gauge()
|
D | collection_registry_test.cc | 72 const MetricDef<MetricKind::kCumulative, int64, 0> metric_def( in TEST() local
|