[Mlir-commits] [mlir] [mlir][tosa] Make Convolution Zero Points Inputs (PR #122939)

Georgios Pinitas llvmlistbot at llvm.org
Thu Jan 16 03:03:53 PST 2025


================
@@ -35,6 +35,9 @@ void computeMultiplierAndShift(double scale, int32_t &multiplier,
 ConvOpQuantizationAttr buildConvOpQuantizationAttr(OpBuilder &builder,
                                                    Value input, Value weight);
 
+std::pair<Value, Value> createZPsAsConst(OpBuilder &builder, Value input,
----------------
GeorgeARM wrote:

why is this needed?

https://github.com/llvm/llvm-project/pull/122939


More information about the Mlir-commits mailing list