API Reference
OperationNamespace.
pow
Raises one value to the power of another element-wise.
x (number or np.ndarray or Tensor) – The base, \(x\).
y (number or np.ndarray or Tensor) – The exponent, \(y\).
name (str, optional) – The name of the node.
The element-wise value of \(x^y\).
Tensor