[Mlir-commits] [mlir] [MLIR][Linalg] Ternary Op & Linalg select (PR #91461)
Maksim Levental
llvmlistbot at llvm.org
Wed May 8 05:17:36 PDT 2024
================
@@ -339,6 +340,30 @@ class BinaryFn:
powf = BinaryFnType("powf")
+class TernaryFnType:
+ """Ternary function.
+
+ A bterary function takes three tensor expressions and returns the
----------------
makslevental wrote:
```suggestion
A ternary function takes three tensor expressions and returns the
```
https://github.com/llvm/llvm-project/pull/91461
More information about the Mlir-commits
mailing list