Home
last modified time | relevance | path

Searched refs:AbstractMetricDef (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h108 const AbstractMetricDef* const allowed_metric_def, in MetricCollectorGetter()
115 const AbstractMetricDef* const allowed_metric_def_;
153 const AbstractMetricDef* metric_def,
176 void Unregister(const AbstractMetricDef* metric_def) LOCKS_EXCLUDED(mu_);
185 const AbstractMetricDef* const metric_def;
201 const AbstractMetricDef* const metric_def) in RegistrationHandle()
208 const AbstractMetricDef* const metric_def_;
275 void CollectMetricDescriptor(const AbstractMetricDef* const metric_def)
Dmetric_def.h79 class AbstractMetricDef {
97 AbstractMetricDef(const MetricKind kind, const ValueType value_type, in AbstractMetricDef() function
127 class MetricDef : public AbstractMetricDef {
132 : AbstractMetricDef(metric_kind, internal::GetValueType<Value>(), name, in MetricDef()
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()