- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for gauge (0.15 sec)
-
tensorflow/c/eager/c_api_experimental.h
TFE_MonitoringGetCellIntGauge0(TFE_MonitoringIntGauge0* gauge); // APIs for Int Gauge with 1 label. typedef struct TFE_MonitoringIntGauge1 TFE_MonitoringIntGauge1; TF_CAPI_EXPORT extern TFE_MonitoringIntGauge1* TFE_MonitoringNewIntGauge1( const char* name, TF_Status* out_status, const char* description, const char* label1); TF_CAPI_EXPORT extern void TFE_MonitoringDeleteIntGauge1( TFE_MonitoringIntGauge1* gauge);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Feb 21 22:37:46 UTC 2024 - 39.5K bytes - Viewed (0) -
docs/metrics/v3.md
| `minio_system_memory_used_perc` | Used memory percentage on the node. <br><br>Type: gauge | `server` | | `minio_system_memory_free` | Free memory on the node. <br><br>Type: gauge | `server` | | `minio_system_memory_total` | Total memory on the node. <br><br>Type: gauge | `server` | | `minio_system_memory_buffers` | Buffers memory on the node. <br><br>Type: gauge | `server` |
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 02 22:30:11 UTC 2024 - 45.2K bytes - Viewed (0) -
tensorflow/c/eager/c_api_experimental.cc
if (!result->gauge->GetStatus().ok()) { delete result; return nullptr; } return result; } void TFE_MonitoringDeleteIntGauge1(TFE_MonitoringIntGauge1* gauge) { delete gauge; } TFE_MonitoringIntGaugeCell* TFE_MonitoringGetCellIntGauge1( TFE_MonitoringIntGauge1* gauge, const char* label1) { return static_cast<TFE_MonitoringIntGaugeCell*>(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 35.9K bytes - Viewed (0) -
tensorflow/c/eager/c_api_experimental_test.cc
EXPECT_EQ("test/gauge", metrics->point_set_map.at("test/gauge")->metric_name); EXPECT_EQ(1, metrics->point_set_map.at("test/gauge")->points.at(0)->int64_value); TFE_MonitoringIntGaugeCellSet(cell, 5); metrics = collection_registry->CollectMetrics(options); EXPECT_EQ(5, metrics->point_set_map.at("test/gauge")->points.at(0)->int64_value);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 03:14:26 UTC 2023 - 31.5K bytes - Viewed (0) -
cmd/metrics-v3-types.go
CounterMT MetricType = iota // GaugeMT - represents a gauge metric. GaugeMT // HistogramMT - represents a histogram metric. HistogramMT ) // rangeL - represents a range label. const rangeL = "range" func (mt MetricType) String() string { switch mt { case CounterMT: return "counter" case GaugeMT: return "gauge" case HistogramMT: return "histogram" default:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jul 30 22:28:46 UTC 2024 - 15.6K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/node/minio-node.json
"instant": true, "legendFormat": ".", "range": false, "refId": "B" } ], "title": "Total Online/Offline Drives", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 04 13:24:37 UTC 2024 - 22.4K bytes - Viewed (0) -
okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz
gs.fm.no gs.hl.no gs.hm.no gs.jan-mayen.no gs.mr.no gs.nl.no gs.nt.no gs.of.no gs.ol.no gs.oslo.no gs.rl.no gs.sf.no gs.st.no gs.svalbard.no gs.tm.no gs.tr.no gs.va.no gs.vf.no gsj.bz gsm.pl gt gu gu.us guam.gu guardian gub.uy gucci guernsey.museum guge guide guitars gujarat.in gujo.gifu.jp gulen.no gunma.jp guovdageaidnu.no guru gushikami.okinawa.jp gv.ao gv.at gv.vc gw gwangju.kr gx.cn gy gyeongbuk.kr gyeonggi.kr gyeongnam.kr gyokuto.kumamoto.jp gz.cn gáivuotna.no gálsá.no gáŠgaviika.no günstigbestellen.de...
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 40.4K bytes - Viewed (0)