Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOpCost (0.08 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/transforms/cost_model.cc

      auto* device_hardware = GetTargetHardware(hardware);
      if (device_hardware == nullptr) {
        return kDefaultFixedValuedCost;
      }
    
      return device_hardware->GetOpCost(op);
    }
    
    float GetCostForFunc(func::FuncOp* func, const std::string& hardware) {
      auto* device_hardware = GetTargetHardware(hardware);
      if (device_hardware == nullptr) {
        return kDefaultFixedValuedCost;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top