Home
last modified time | relevance | path

Searched refs:gauge (Results 1 – 25 of 45) sorted by relevance

12

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc160 Set_TF_Status_from_Status(status, result->gauge->GetStatus()); in TFE_MonitoringNewIntGauge0()
161 if (!result->gauge->GetStatus().ok()) { in TFE_MonitoringNewIntGauge0()
168 void TFE_MonitoringDeleteIntGauge0(TFE_MonitoringIntGauge0* gauge) { in TFE_MonitoringDeleteIntGauge0() argument
169 delete gauge; in TFE_MonitoringDeleteIntGauge0()
173 TFE_MonitoringIntGauge0* gauge) { in TFE_MonitoringGetCellIntGauge0() argument
175 static_cast<void*>(gauge->gauge->GetCell())); in TFE_MonitoringGetCellIntGauge0()
183 Set_TF_Status_from_Status(status, result->gauge->GetStatus()); in TFE_MonitoringNewIntGauge1()
184 if (!result->gauge->GetStatus().ok()) { in TFE_MonitoringNewIntGauge1()
191 void TFE_MonitoringDeleteIntGauge1(TFE_MonitoringIntGauge1* gauge) { in TFE_MonitoringDeleteIntGauge1() argument
192 delete gauge; in TFE_MonitoringDeleteIntGauge1()
[all …]
Dc_api_experimental.h114 TFE_MonitoringIntGauge0* gauge);
116 TFE_MonitoringGetCellIntGauge0(TFE_MonitoringIntGauge0* gauge);
124 TFE_MonitoringIntGauge1* gauge);
126 TFE_MonitoringGetCellIntGauge1(TFE_MonitoringIntGauge1* gauge,
135 TFE_MonitoringIntGauge2* gauge);
137 TFE_MonitoringGetCellIntGauge2(TFE_MonitoringIntGauge2* gauge,
152 TFE_MonitoringStringGauge0* gauge);
154 TFE_MonitoringGetCellStringGauge0(TFE_MonitoringStringGauge0* gauge);
162 TFE_MonitoringStringGauge1* gauge);
164 TFE_MonitoringGetCellStringGauge1(TFE_MonitoringStringGauge1* gauge,
[all …]
Dtfe_monitoring_internal.h69 gauge = absl::WrapUnique( in TFE_MonitoringGauge()
74 std::unique_ptr<tensorflow::monitoring::Gauge<ValueType, NumLabels>> gauge; member
Dc_api_experimental_test.cc94 auto* gauge = TFE_MonitoringNewIntGauge0("test/gauge", status, "test"); in TEST() local
96 auto* cell = TFE_MonitoringGetCellIntGauge0(gauge); in TEST()
112 TFE_MonitoringDeleteIntGauge0(gauge); in TEST()
/external/grpc-grpc/src/ruby/stress/
Dmetrics_server.rb40 def register_gauge(gauge) argument
41 @gauges[gauge.get_name] = gauge
44 def make_gauge_response(gauge) argument
45 response = GaugeResponse.new(:name => gauge.get_name)
46 value = gauge.get_value
47 case gauge.get_type
59 @gauges.values.map do |gauge|
60 make_gauge_response gauge
65 gauge = @gauges[gauge_req.name]
66 make_gauge_response gauge
/external/tensorflow/tensorflow/python/eager/
Dmonitoring_test.py49 gauge = monitoring.IntGauge('test/gauge', 'test gauge')
50 gauge.get_cell().set(1)
51 self.assertEqual(gauge.get_cell().value(), 1)
52 gauge.get_cell().set(5)
53 self.assertEqual(gauge.get_cell().value(), 5)
60 gauge = monitoring.StringGauge('test/gauge', 'test gauge')
61 gauge.get_cell().set('left')
62 self.assertEqual(gauge.get_cell().value(), 'left')
63 gauge.get_cell().set('right')
64 self.assertEqual(gauge.get_cell().value(), 'right')
[all …]
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DStressTestClientTest.java148 for (GaugeResponse gauge : allGauges) { in gaugesShouldBeExported()
149 String gaugeName = gauge.getName(); in gaugesShouldBeExported()
152 assertTrue("qps: " + gauge.getLongValue(), gauge.getLongValue() > 0); in gaugesShouldBeExported()
153 gaugeNames.remove(gauge.getName()); in gaugesShouldBeExported()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dmetrics.proto25 // Response message containing the gauge name and value
35 // Request message containing the gauge name
47 // Returns the value of one gauge
/external/grpc-grpc/src/proto/grpc/testing/
Dmetrics.proto25 // Reponse message containing the gauge name and value
35 // Request message containing the gauge name
47 // Returns the value of one gauge
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmetrics.proto26 // Reponse message containing the gauge name and value
36 // Request message containing the gauge name
48 // Returns the value of one gauge
/external/tensorflow/tensorflow/core/lib/monitoring/
DBUILD126 name = "gauge",
127 hdrs = ["gauge.h"],
208 "gauge.h",
226 "gauge.h",
244 "gauge.h",
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java433 Metrics.GaugeResponse gauge = Metrics.GaugeResponse in run() local
439 gauges.put(gaugeName, gauge); in run()
570 for (Metrics.GaugeResponse gauge : gauges.values()) { in getAllGauges()
571 responseObserver.onNext(gauge); in getAllGauges()
580 Metrics.GaugeResponse gauge = gauges.get(gaugeName); in getGauge() local
581 if (gauge != null) { in getGauge()
582 responseObserver.onNext(gauge); in getGauge()
/external/opencensus-java/contrib/dropwizard/src/main/java/io/opencensus/contrib/dropwizard/
DDropWizardMetrics.java84 private @Nullable Metric collectGauge(String dropwizardName, Gauge gauge) { in collectGauge() argument
86 String metricDescription = DropWizardUtils.generateFullMetricDescription(dropwizardName, gauge); in collectGauge()
92 Object obj = gauge.getValue(); in collectGauge()
/external/libcups/cups/
Dsnmp-private.h70 unsigned gauge; /* Gauge value */ member
Dtestsnmp.c170 printf("Gauge %u\n", packet->object_value.gauge); in print_packet()
/external/autotest/client/site_tests/power_Standby/
Dcontrol.6min23 as the battery gas gauge would not be accurate enough to measure power this low.
/external/libcups/backend/
Dnetwork.c271 snprintf(dataptr, sizeof(data) - (size_t)(dataptr - data), "%u", packet.object_value.gauge); in backendNetworkSideCB()
/external/cronet/testing/libfuzzer/
Defficient_fuzzing.md12 The most direct way to gauge the effectiveness of your fuzz target is to collect
69 You can check the percentage of code covered by your fuzz target to gauge
/external/angle/third_party/abseil-cpp/
DCONTRIBUTING.md38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DCONTRIBUTING.md38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
/external/openscreen/third_party/abseil/src/
DCONTRIBUTING.md38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
/external/cronet/third_party/abseil-cpp/
DCONTRIBUTING.md38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
/external/abseil-cpp/
DCONTRIBUTING.md38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
/external/tensorflow/third_party/absl/abseil-cpp/
DCONTRIBUTING.md38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
/external/libtextclassifier/abseil-cpp/
DCONTRIBUTING.md38 * **Widespread usage** - Using our internal codebase to help gauge usage, most

12