Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Kast (0.13 sec)

  1. tensorflow/c/eager/c_api_experimental.cc

      delete counter;
    }
    
    TFE_MonitoringCounterCell* TFE_MonitoringGetCellCounter0(
        TFE_MonitoringCounter0* counter) {
      return static_cast<TFE_MonitoringCounterCell*>(
          static_cast<void*>(counter->counter->GetCell()));
    }
    
    TFE_MonitoringCounter1* TFE_MonitoringNewCounter1(const char* name,
                                                      TF_Status* status,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 35.9K bytes
    - Viewed (3)
  2. tensorflow/c/c_api_experimental.cc

      flags->tf_xla_cpu_global_jit = static_cast<bool>(enable);
      return static_cast<unsigned char>(original);
    }
    
    void TF_SetXlaAutoJitMode(const char* mode) {
      tensorflow::SetXlaAutoJitFlagFromFlagString(mode);
    }
    
    unsigned char TF_GetXlaAutoJitEnabled() {
      tensorflow::XlaAutoJitFlag flag =
          tensorflow::GetMarkForCompilationPassFlags()->xla_auto_jit_flag;
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 29.4K bytes
    - Viewed (0)
Back to top