Home
last modified time | relevance | path

Searched defs:same_cell (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge_test.cc38 auto* same_cell = gauge_with_labels->GetCell("GetCellOp"); in TEST() local
60 auto* same_cell = gauge_without_labels->GetCell(); in TEST() local
82 auto* same_cell = string_gauge->GetCell(); in TEST() local
104 auto* same_cell = bool_gauge->GetCell(); in TEST() local
Dcounter_test.cc39 auto* same_cell = counter_with_labels->GetCell("GetCellOp"); in TEST() local
71 auto* same_cell = counter_without_labels->GetCell(); in TEST() local