Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StableHloQuantizationReverse (0.18 sec)

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

    // quantizable ops without floating-point operands.
    struct StableHloQuantizationReverse
        : public StableHloQuantizationBase<StableHloQuantizationReverse,
                                           quantfork::QuantizeCastOp> {
      explicit StableHloQuantizationReverse(MLIRContext* ctx)
          : StableHloQuantizationBase<StableHloQuantizationReverse,
                                      quantfork::QuantizeCastOp>(ctx) {}
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 07:08:19 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top