Searched refs:metric_def1 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | metric_def_test.cc | 27 const MetricDef<MetricKind::kGauge, HistogramProto, 1> metric_def1( in TEST() local 31 EXPECT_EQ("/tensorflow/metric1", metric_def1.name()); in TEST() 34 EXPECT_EQ(MetricKind::kGauge, metric_def1.kind()); in TEST() 37 EXPECT_EQ("An example metric with one label.", metric_def1.description()); in TEST() 40 ASSERT_EQ(1, metric_def1.label_descriptions().size()); in TEST() 41 EXPECT_EQ("LabelName", metric_def1.label_descriptions()[0]); in TEST()
|
D | collection_registry_test.cc | 49 const MetricDef<MetricKind::kGauge, HistogramProto, 1> metric_def1( in TEST() local 59 collection_registry->Register(&metric_def1, EmptyCollectionFunction); in TEST()
|