Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge.h57 explicit GaugeCell(const T& value) : value_(value) {} in GaugeCell() function
79 explicit GaugeCell(int64 value) : value_(value) {} in GaugeCell() function
100 explicit GaugeCell(bool value) : value_(value) {} in GaugeCell() function
Dmobile_gauge.h33 GaugeCell() {} in GaugeCell() function