Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFE_MonitoringBoolGaugeCellSet (0.13 sec)

  1. tensorflow/c/eager/c_api_experimental.cc

        const char* label3, const char* label4) {
      return static_cast<TFE_MonitoringStringGaugeCell*>(static_cast<void*>(
          gauge->gauge->GetCell(label1, label2, label3, label4)));
    }
    
    void TFE_MonitoringBoolGaugeCellSet(TFE_MonitoringBoolGaugeCell* cell,
                                        bool value) {
      cell->cell.Set(value);
    }
    
    bool TFE_MonitoringBoolGaugeCellValue(TFE_MonitoringBoolGaugeCell* cell) {
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 35.9K bytes
    - Viewed (0)
Back to top