Pow - version 1#
This page documents version 1 of operator Pow. See Pow for the latest version (since version 7).
Domain:
ai.onnxSince version: 1
Performs element-wise exponentiation.
Inputs
X (T): Input tensor of any shape, base of the exponent.
Y (T): Input tensor of any shape broadcastable to X shape, the exponent component.
Outputs
Z (T): Output tensor (same size as X)
Type Constraints
T: Constrain input and output types to float tensors. Allowed types: tensor(double), tensor(float), tensor(float16).