[Mlir-commits] [mlir] [TOSA] Change PadOp padding to tosa.shape (PR #123133)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jan 16 09:43:17 PST 2025
================
@@ -39,6 +39,8 @@ ParseResult parseTypeOrAttr(OpAsmParser &parser, TypeAttr &typeAttr,
void printTypeOrAttr(OpAsmPrinter &p, Operation *op, TypeAttr type,
Attribute attr);
+bool collectShapeValue(Operation *op, llvm::SmallVector<int64_t> &newShape);
----------------
Jerry-Ge wrote:
cc @wonjeon as he was the original author
https://github.com/llvm/llvm-project/pull/123133
More information about the Mlir-commits
mailing list