Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge.h52 explicit GaugeCell(const T& value) : value_(value) {} in GaugeCell() function
74 explicit GaugeCell(int64 value) : value_(value) {} in GaugeCell() function
95 explicit GaugeCell(bool value) : value_(value) {} in GaugeCell() function
Dmobile_gauge.h32 GaugeCell() {} in GaugeCell() function