Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge.h50 class GaugeCell {
52 explicit GaugeCell(const T& value) : value_(value) {} in GaugeCell() function
53 ~GaugeCell() {} in ~GaugeCell()
65 TF_DISALLOW_COPY_AND_ASSIGN(GaugeCell);
72 class GaugeCell<int64> {
74 explicit GaugeCell(int64 value) : value_(value) {} in GaugeCell() function
75 ~GaugeCell() {} in ~GaugeCell()
86 TF_DISALLOW_COPY_AND_ASSIGN(GaugeCell);
93 class GaugeCell<bool> {
95 explicit GaugeCell(bool value) : value_(value) {} in GaugeCell() function
[all …]
Dmobile_gauge.h29 class GaugeCell {
32 GaugeCell() {} in GaugeCell() function
33 ~GaugeCell() {} in ~GaugeCell()
39 TF_DISALLOW_COPY_AND_ASSIGN(GaugeCell);
57 GaugeCell<ValueType>* GetCell(const Labels&... labels) { in GetCell()
64 GaugeCell<ValueType> default_gauge_cell_;