Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDynamicRangeQuantKernelSupport (0.3 sec)

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

          const auto op_name = quantized_op->getName().getStringRef().str();
          is_blocklisted = ops_blocklist.find(op_name) != ops_blocklist.end();
    
          bool kernel_support =
              dynamic_range_op.GetDynamicRangeQuantKernelSupport();
    
          return is_blocklisted || !kernel_support || weight_only_quantization;
        }
      }
    };
    
    // Full integer quantization rewrite pattern using DQ as the root op.
    struct TFLFullQuantization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top