Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcounter_test.cc24 auto* counter_with_labels = variable
29 EXPECT_EQ(0, counter_with_labels->GetCell("Empty")->value()); in TEST()
33 auto* cell = counter_with_labels->GetCell("GetCellOp"); in TEST()
39 auto* same_cell = counter_with_labels->GetCell("GetCellOp"); in TEST()
49 { counter_with_labels->GetCell("DyingOp")->IncrementBy(-1); }, in TEST()
Dcollection_registry_test.cc85 auto counter_with_labels = std::unique_ptr<Counter<2>>( in TEST() local
91 counter_with_labels->GetCell("Label00", "Label10")->IncrementBy(42); in TEST()
92 counter_with_labels->GetCell("Label01", "Label11")->IncrementBy(58); in TEST()