Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RequiredNarrowRangeAffineOperand (0.28 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_quantize_dynamic_range.cc

        if (!llvm::dyn_cast_or_null<CustomOp>(quantize_op)) {
          bool op_with_narrow_range =
              affine_user &&
              affine_user.GetAffineOperandIndex() == quantize_operand_num &&
              affine_user.RequiredNarrowRangeAffineOperand();
    
          op_with_per_axis_support = op_with_narrow_range &&
                                     affine_user.GetQuantizationDimIndex() != -1 &&
                                     !quant_specs_.disable_per_channel;
    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