Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFE_MonitoringSamplerCellValue (0.19 sec)

  1. tensorflow/c/eager/c_api_experimental.h

        TFE_MonitoringSamplerCell* cell, double value);
    
    // Retrieves the current value of the cell. The return value is a HistogramProto
    // saved in the buffer.
    TF_CAPI_EXPORT extern void TFE_MonitoringSamplerCellValue(
        TFE_MonitoringSamplerCell* cell, TF_Buffer* buf);
    
    // APIs for sampler buckets
    typedef struct TFE_MonitoringBuckets TFE_MonitoringBuckets;
    TF_CAPI_EXPORT extern TFE_MonitoringBuckets*
    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