[mlir][math] Added basic support for FPowI operation.
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. Differential Revision: https://reviews.llvm.org/D129811
Loading
Please sign in to comment