summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tosa/Transforms/TosaDecomposeTransposeConv.cpp
AgeCommit message (Expand)Author
2025-11-19[tosa] : Relax dynamic dimension checks for batch for conv decompositions (#1...Sayan Saha
2025-07-21[mlir][NFC] update `mlir/Dialect` create APIs (25/n) (#149932)Maksim Levental
2025-07-11[mlir] Remove unused includes (NFC) (#148119)Kazu Hirata
2025-04-07[mlir][tosa] Add parenthesis for the weight padding calculation (#134420)Jerry-Ge
2025-03-05[mlir][tosa] Remove optional for pad_const and remove input_zp attr for PadOp...Jerry-Ge
2025-03-04[mlir][tosa] Switch zero point of avgpool2d to input variable type (#128983)Tai Ly
2025-02-26[mlir][tosa] Change zero points of convolution ops to required inputs (#127679)Tai Ly
2025-02-25[mlir][tosa] Change Transpose perms operand to attribute (#128115)Tai Ly
2025-02-07[mlir][tosa] Change 'shape' of RESHAPE from attribute to input shape … (#12...TatWai Chong
2025-02-05[mlir][tosa] Remove Quantization Attribute (#125479)Jack Frankland
2025-02-03[mlir][tosa] Make Convolution Zero Points Inputs (#122939)Jack Frankland
2025-01-29[mlir][tosa] Change the start and size of slice to tosa shape type (#124209)Jerry-Ge
2025-01-22[TOSA] Change PadOp padding to tosa.shape (#123133)Jerry-Ge
2025-01-08[mlir][tosa] Add acc_type to Tosa-v1.0 Conv Ops (#121466)Jack Frankland
2025-01-08[mlir][tosa] Add missing verifier for `tosa.pad` (#120934)Longsheng Mou
2024-09-06[TOSA] Move CreateOpAndInfer into ConversionUtils.h (#106122)Tai Ly
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent
2023-08-15[mlir][tosa] Change axis to I32AttrTai Ly
2023-05-24[TOSA] Refactor TosaMakeBroadcastable passTai Ly
2023-05-15Cleanup uses of getAttrDictionary() in MLIR to use getDiscardableAttrDictiona...Mehdi Amini
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-01-06[MLIR][TOSA] Switch Tosa to DenseArrayAttrAlexander Shaposhnikov
2023-01-04[MLIR][TOSA] Switch Tosa_IntArrayAttr[N], Tosa_IntArrayAttrUpto[N] to DenseI6...Alexander Shaposhnikov
2023-01-03[mlir][tosa] Fix tosa.transpose_conv2d decompositions for new versionRob Suderman
2022-07-22[mlir][tosa] Flip accessors used to prefixed form (NFC)Jacques Pienaar
2022-07-14[mlir] Use value instead of getValue (NFC)Kazu Hirata
2022-07-13[mlir] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-01[mlir][tosa] Update TOSA transpose_conv2d to match specEric Kunze
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[mlir] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20[mlir] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-14[mlir][ods] Make Attr/Type def accessors match the dialectMogball
2022-06-09[mlir][tosa] Replace StructAttrs with AttrDefsMogball
2022-06-06[mlir][tosa] Moves constant folding operations out of the CanonicalizerGeorgios Pinitas
2022-02-18Rename PatternRewriteSet::insert to addTres Popp
2022-01-11[mlir][tosa] Allow optional TOSA decompositions to be populated separatelyAaron DeBattista
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-11-23[mlir][tosa] Separate tosa.transpose_conv decomposition and added stride supportRob Suderman