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

Luke Hutton llvmlistbot at llvm.org
Thu Jan 30 08:35:47 PST 2025


================
@@ -288,4 +288,6 @@ def Rank1TosaShape : TosaShapeOfRank<1>;
 def Rank2TosaShape : TosaShapeOfRank<2>;
 def Rank4TosaShape : TosaShapeOfRank<4>;
 
+def Tosa_ZeroPointTensor : TosaTensorRankOf<[Tosa_AnyNumber], [1]>;
----------------
lhutton1 wrote:

This could be merged with `Tosa_ScalarTensor` once it becomes rank 1? Perhaps worth adding a note to help reduce duplication in the future?

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


More information about the Mlir-commits mailing list