Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Savers (0.17 sec)

  1. tensorflow/c/eager/c_api_experimental.h

    typedef struct TFE_MonitoringStringGaugeCell TFE_MonitoringStringGaugeCell;
    TF_CAPI_EXPORT extern void TFE_MonitoringStringGaugeCellSet(
        TFE_MonitoringStringGaugeCell* cell, const char* value);
    // Retrieves the string value and saves it in the buffer.
    TF_CAPI_EXPORT extern const void TFE_MonitoringStringGaugeCellValue(
        TFE_MonitoringStringGaugeCell* cell, TF_Buffer* buf);
    
    // APIs for String Gauge without label.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 39.5K bytes
    - Viewed (0)
Back to top