Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clear_weight_only_ptq_preset (0.21 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/config.cc

      const QuantizationSpecs& previous_specs = config.specs();
      new_specs.mutable_specs()->Add(previous_specs.specs().begin(),
                                     previous_specs.specs().end());
    
      config.clear_weight_only_ptq_preset();
      config.mutable_specs()->Swap(&new_specs);
    }
    
    }  // namespace
    
    QuantizationConfig ExpandPresets(const QuantizationConfig& config) {
      QuantizationConfig new_config = config;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top