Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enable_per_channel_quantization_ (0.25 sec)

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

        target_opset_ = target_opset;
        enable_per_channel_quantization_ = enable_per_channel_quantization;
      }
    
      QuantizeCompositeFunctionsPass(const QuantizeCompositeFunctionsPass& other) {
        quantization_method_ = other.quantization_method_;
        target_opset_ = other.target_opset_;
        enable_per_channel_quantization_ = other.enable_per_channel_quantization_;
    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