Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for QuantizedOp1 (0.11 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/prepare_quantize.cc

    // %1 = quantfork.QuantizeCastOp(%0) : f32 -> qtype1
    // %2 = quantfork.QuantizeCastOp(%1) : qtype1 -> qtype2
    // %3 = quantfork.QuantizedOp1(%1)
    // %4 = quantfork.QuantizedOp2(%2)
    // will be tranformed to:
    // %1 = quantfork.QuantizeCastOp(%0) : f32 -> qtype1
    // %2 = quantfork.QuantizeCastOp(%0) : f32 -> qtype2
    // %3 = quantfork.QuantizedOp1(%1)
    // %4 = quantfork.QuantizedOp2(%2)
    // Converting from f32 -> qtype1 -> qtype2 will add unexpected quantization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 03 05:11:03 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top