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.h57 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()
Dcollection_registry.cc40 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()
Dsampler.h87 NumLabels>& metric_def, in New()
231 metric_def, in Sampler()
291 metric_def, in New()
Dpercentile_sampler.h184 NumLabels>& metric_def, in PercentileSampler()
251 metric_def, in New()
Dmetric_def_test.cc49 const MetricDef<MetricKind::kCumulative, int64_t, 1> metric_def( in TEST() local
Dcounter.h158 const MetricDef<MetricKind::kCumulative, int64_t, NumLabels>& metric_def) in Counter()
Dgauge.h225 const MetricDef<MetricKind::kGauge, ValueType, NumLabels>& metric_def) in Gauge()
Dcollection_registry_test.cc72 const MetricDef<MetricKind::kCumulative, int64_t, 0> metric_def( in TEST() local