Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gauge (0.14 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)
  2. .idea/dictionaries/Artem_Daugel_Dauge.xml

    <component name="ProjectDictionaryState">
      <dictionary name="Artem.Daugel-Dauge">
        <words>
          <w>vendored</w>
          <w>xcframework</w>
        </words>
      </dictionary>
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Sun Nov 27 18:09:38 GMT 2022
    - 183 bytes
    - Viewed (0)
Back to top