Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for qdq (0.56 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_quantize_helper.h

            break;
          }
        }
        if (new_out_quant_dim == -1) {
          return transpose_op.emitOpError(
              "new quantization dimension not found in perm");
        }
    
        // Insert a QDQ pair with the new quantized dimension after TransposeOp
        auto new_qtype = quant::CreateI8F32UniformQuantizedPerAxisType(
            transpose_op.getLoc(), *rewriter.getContext(), aqtype.getScales(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

          // or results. Skip this node for now.
          if (!params) {
            quantized_.erase(op);
            continue;
          }
    
          // If this is a QDQ conversion only, the op could have a same-scale
          // requirement for the floating point kernel but allow per-axis
          // quantization for the quantized kernel. If the quantized dimension
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
Back to top