Searched defs:metric_def (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | collection_registry.h | 57 const MetricDef<metric_kind, Value, NumLabels>* const metric_def) { in Get() 83 const AbstractMetricDef* metric_def, in Register() 151 const MetricDef<metric_kind, Value, NumLabels>* const metric_def, in MetricCollector() 267 const AbstractMetricDef* const metric_def; member 283 const AbstractMetricDef* const metric_def) in RegistrationHandle() 367 const MetricDef<metric_kind, Value, NumLabels>* const metric_def, in GetMetricCollector() 455 const MetricDef<metric_kind, Value, NumLabels>* const metric_def) { in Get()
|
D | collection_registry.cc | 40 const AbstractMetricDef* const metric_def) { in CollectMetricDescriptor() 72 CollectionRegistry::Register(const AbstractMetricDef* const metric_def, in Register() 93 void CollectionRegistry::Unregister(const AbstractMetricDef* const metric_def) { in Unregister()
|
D | sampler.h | 87 NumLabels>& metric_def, in New() 231 metric_def, in Sampler() 291 metric_def, in New()
|
D | percentile_sampler.h | 184 NumLabels>& metric_def, in PercentileSampler() 251 metric_def, in New()
|
D | metric_def_test.cc | 49 const MetricDef<MetricKind::kCumulative, int64_t, 1> metric_def( in TEST() local
|
D | counter.h | 158 const MetricDef<MetricKind::kCumulative, int64_t, NumLabels>& metric_def) in Counter()
|
D | gauge.h | 225 const MetricDef<MetricKind::kGauge, ValueType, NumLabels>& metric_def) in Gauge()
|
D | collection_registry_test.cc | 72 const MetricDef<MetricKind::kCumulative, int64_t, 0> metric_def( in TEST() local
|