Home
last modified time | relevance | path

Searched defs:metric_def (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.cc36 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()
Dcollection_registry.h69 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()
Dsampler.h135 metric_def, in Sampler()
186 metric_def, in New()
Dmetric_def_test.cc49 const MetricDef<MetricKind::kCumulative, int64, 1> metric_def( in TEST() local
Dcounter.h102 const MetricDef<MetricKind::kCumulative, int64, NumLabels>& metric_def) in Counter()
Dmobile_sampler.h79 NumLabels>& metric_def, in New()
Dgauge.h154 const MetricDef<MetricKind::kGauge, ValueType, NumLabels>& metric_def) in Gauge()
Dcollection_registry_test.cc71 const MetricDef<MetricKind::kCumulative, int64, 0> metric_def( in TEST() local