Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateGpuHardware (0.12 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/gpu_hardware.cc

    // Default values.
    constexpr float kGPUDefaultFixedValuedCost = 10000.0;
    
    std::unique_ptr<TargetHardware> CreateGpuHardware() {
      return std::make_unique<GpuHardware>();
    }
    
    TargetHardwareRegistration<GpuHardware> gpu_hardware("Target device for GPU",
                                                         CreateGpuHardware);
    
    #define TAC_REGISTER_GPU_OP(Op, Create)                                    \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top