Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for weight_quantization (0.15 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

        pm.addNestedPass<func::FuncOp>(CreatePostQuantizePass());
      } else {
        // Apply weight quantization.
        quant_specs.minimum_elements_for_weights = min_num_elements_for_weights_;
        quant_specs.weight_quantization = true;
        quant_specs.weight_only_quantization = enable_legacy_weight_only_;
        pm.addPass(CreatePrepareQuantizeDRQPass(quant_specs, target_opset_));
        pm.addNestedPass<func::FuncOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top