Searched defs:metric_def (Results 1 – 8 of 8) 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() 88 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() 259 const MetricDef<metric_kind, Value, NumLabels>* const metric_def, in GetMetricCollector() 347 const MetricDef<metric_kind, Value, NumLabels>* const metric_def) { in Get()
|
D | sampler.h | 135 metric_def, in Sampler() 186 metric_def, in New()
|
D | metric_def_test.cc | 49 const MetricDef<MetricKind::kCumulative, int64, 1> metric_def( in TEST() local
|
D | counter.h | 102 const MetricDef<MetricKind::kCumulative, int64, NumLabels>& metric_def) in Counter()
|
D | mobile_sampler.h | 79 NumLabels>& metric_def, in New()
|
D | gauge.h | 154 const MetricDef<MetricKind::kGauge, ValueType, NumLabels>& metric_def) in Gauge()
|
D | collection_registry_test.cc | 71 const MetricDef<MetricKind::kCumulative, int64, 0> metric_def( in TEST() local
|