Searched defs:Gauge (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dmobile_gauge.h16 // Null implementation of the Gauge metric for mobile platforms.
42 // Gauge which has a null implementation.
44 class Gauge { class in namespace:tensorflow::monitoring
46 ~Gauge() {}
49 static Gauge* New(MetricDefArgs&&... metric_def_args) {
52 "Gauge only allows int64 and string types.");
53 return new Gauge();
62 Gauge() {} function in class:tensorflow::monitoring::Gauge
66 TF_DISALLOW_COPY_AND_ASSIGN(Gauge);
H A Dgauge.h117 // Gauge allocates storage and maintains a cell for each value. You can
124 class Gauge { class in namespace:tensorflow::monitoring
126 ~Gauge() {
135 // auto* string_gauge_with_label = Gauge<string,1>::New(
139 // auto* integer_gauge = Gauge<int64, 0>::New("/tensorflow/integer_gauge",
142 // auto* bool_gauge = Gauge<bool, 0>::New("/tensorflow/bool_gauge",
145 static Gauge* New(MetricDefArgs&&... metric_def_args);
153 explicit Gauge( function in class:tensorflow::monitoring::Gauge
177 TF_DISALLOW_COPY_AND_ASSIGN(Gauge);
205 Gauge<ValueTyp
[all...]
/external/v8/src/arm64/
H A Dinstrument-arm64.h28 Gauge = 0, // Gauge counters reset themselves after reading. enumerator in enum:v8::internal::CounterType
35 explicit Counter(const char* name, CounterType type = Gauge);
/external/vixl/src/aarch64/
H A Dinstrument-aarch64.h48 Gauge = 0, // Gauge counters reset themselves after reading. enumerator in enum:vixl::aarch64::CounterType
55 explicit Counter(const char* name, CounterType type = Gauge);

Completed in 160 milliseconds