Home
last modified time | relevance | path

Searched refs:counter_without_labels (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcounter_test.cc61 auto* counter_without_labels = Counter<0>::New( variable
65 auto* cell = counter_without_labels->GetCell(); in TEST()
71 auto* same_cell = counter_without_labels->GetCell(); in TEST()
Dcollection_registry_test.cc88 auto counter_without_labels = std::unique_ptr<Counter<0>>(Counter<0>::New( in TEST() local
93 counter_without_labels->GetCell()->IncrementBy(7); in TEST()