Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/eager/tfe_monitoring_internal.h

      TFE_MonitoringGauge(const char* name, const char* description,
                          LabelDesc&&... label) {
        gauge = absl::WrapUnique(
            tensorflow::monitoring::Gauge<ValueType, NumLabels>::New(
                name, description, label...));
      }
    
      std::unique_ptr<tensorflow::monitoring::Gauge<ValueType, NumLabels>> gauge;
    };
    
    struct TFE_MonitoringIntGauge0 : TFE_MonitoringGauge<int64_t, 0> {
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Aug 11 01:20:50 GMT 2021
    - 5.2K bytes
    - Viewed (0)
Back to top