Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for insertQDQ (1.88 sec)

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

                  attr, is_narrow_range && is_signed, bit_width, is_signed,
                  is_narrow_range, is_legacy_float));
        }
        return insertQDQ(rewriter, op, quant_type, quant_op);
      }
    
      // Insert Quantize and Dequantize ops.
      bool insertQDQ(PatternRewriter& rewriter, arith::ConstantOp op,
                     QuantizedType quant_type, QuantizationUnit quant_op) const {
        if (!quant_type) return false;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/prepare_quantize_dynamic_range.cc

                  attr, is_narrow_range && is_signed, bit_width, is_signed,
                  is_narrow_range, is_legacy_float));
        }
        return insertQDQ(rewriter, op, quant_type, quant_op);
      }
    
      // Insert Quantize and Dequantize ops.
      bool insertQDQ(PatternRewriter& rewriter, arith::ConstantOp op,
                     QuantizedType quant_type,
                     std::pair<Operation*, int> quant_op) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 20.8K bytes
    - Viewed (0)
Back to top