Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TFE_MonitoringNewStringGauge0 (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/eager/c_api_experimental.h

    // APIs for String Gauge without label.
    typedef struct TFE_MonitoringStringGauge0 TFE_MonitoringStringGauge0;
    TF_CAPI_EXPORT extern TFE_MonitoringStringGauge0* TFE_MonitoringNewStringGauge0(
        const char* name, TF_Status* out_status, const char* description);
    TF_CAPI_EXPORT extern void TFE_MonitoringDeleteStringGauge0(
        TFE_MonitoringStringGauge0* gauge);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 39.5K bytes
    - Click Count (1)
Back to Top