Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dgauge.h43 GaugeCell() {} in GaugeCell() function
121 explicit GaugeCell(const T& value) : value_(value) {} in GaugeCell() function
143 explicit GaugeCell(int64_t value) : value_(value) {} in GaugeCell() function
164 explicit GaugeCell(bool value) : value_(value) {} in GaugeCell() function