The operation computes pow(b, p), where 'b' is floating point
and 'p' is a signed integer. The result's type matches 'b' type.
The operands must have the same shape.
Details
Details
Diff Detail
Diff Detail
Event Timeline
mlir/include/mlir/Dialect/Math/IR/MathOps.td | ||
---|---|---|
779–780 | Can you use AllTypesMatch<["lhs", "result"]> instead? | |
813 | the result type can be omitted from the assembly format since it matches the type of lhs $lhs `,` $rhs attr-dict `:` type($lhs) `,` type($rhs) | |
mlir/lib/Dialect/Math/Transforms/AlgebraicSimplification.cpp | ||
166–175 |
Can you use AllTypesMatch<["lhs", "result"]> instead?