[Mlir-commits] [mlir] [mlir][spirv] Tighten SPIR-V TOSA pool constraints (PR #193515)
Igor Wodiany
llvmlistbot at llvm.org
Fri Apr 24 03:31:22 PDT 2026
================
@@ -217,6 +225,14 @@ class ValuesIndicesShapesMatch<string values, string indices, string tensor>:
SameDimsOrDynamicPred<values, 2, tensor, 2>
]>>;
+class NHWCInputOutputShapeMatch<string input, string output>:
----------------
IgWod wrote:
What does `NHWC` stand for? I take `N` and `C` are dimensions. Maybe add a short comment explaining it, unless it's some standard tensor terminology?
https://github.com/llvm/llvm-project/pull/193515
More information about the Mlir-commits
mailing list