Pow#
## General
Pow operation performs an element-wise power operation on a given input tensor with a single value attribute beta as its exponent. It is based on the following mathematical formula:
\[\dst_i = \src_i ^ \beta\]
## Operation attributes
|
Description |
Value Type |
|
|
---|---|---|---|---|
exponent, \(\beta\) in the formula. |
f32 |
Arbitrary f32 value |
Required |
Inputs#
Index |
Argument Name |
Required or Optional |
---|---|---|
0 |
|
Required |
Outputs#
Index |
Argument Name |
Required or Optional |
---|---|---|
0 |
|
Required |
Supported Data Types#
Pow operation supports the following data type combinations.
Src |
Dst |
---|---|
f32 |
f32 |
bf16 |
bf16 |
f16 |
f16 |