summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/traits.mlir
AgeCommit message (Expand)Author
2023-08-01Released restriction that prevented implicit dynamic-to-static dimension type...Rafael Ubal Tena
2023-07-21TOSA-to-Linalg lowering for element-wise opsRafael Ubal Tena
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle
2022-02-25[mlir] Support verification order (2/3)Chia-hung Duan
2021-07-11[mlir] Fix broadcasting check with 1 valuesJacques Pienaar
2020-01-20[mlir] Generalize broadcastable trait operandsJacques Pienaar
2019-07-19Simplify broadcastable traitsSmit Hinsu
2019-07-19Relax Broadcastable trait to only reject instances that are statically incomp...Smit Hinsu
2019-07-19Add tests for broadcastable traitSmit Hinsu
2019-03-29Move test of trait using dialect ops, to dialects of ops.Jacques Pienaar
2019-03-29Allow input and output to have different element types for broadcastable opsLei Zhang
2019-03-29Pull shape broadcast out as a stand-alone utility functionLei Zhang
2019-03-29Add binary broadcastable builder.Jacques Pienaar
2019-03-29Handle dynamic shapes in Broadcastable op traitSmit Hinsu
2019-03-29Change impl::printBinaryOp() to consider operand and result typeLei Zhang
2019-03-29Promote broadcast logic from TensorFlowLite to Dialect/ directoryLei Zhang