Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFE_MonitoringDeleteSampler0 (0.18 sec)

  1. tensorflow/c/eager/c_api_experimental.h

    TF_CAPI_EXPORT extern TFE_MonitoringSampler0* TFE_MonitoringNewSampler0(
        const char* name, TFE_MonitoringBuckets* buckets, TF_Status* out_status,
        const char* description);
    TF_CAPI_EXPORT extern void TFE_MonitoringDeleteSampler0(
        TFE_MonitoringSampler0* sampler);
    TF_CAPI_EXPORT extern TFE_MonitoringSamplerCell* TFE_MonitoringGetCellSampler0(
        TFE_MonitoringSampler0* sampler);
    
    // APIs for Sampler with 1 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