openvino.runtime.opset14.power#
- openvino.runtime.opset14.power(left_node: Node | int | float | ndarray, right_node: Node | int | float | ndarray, auto_broadcast: str = 'NUMPY', name: str | None = None) Node#
- Return node which perform element-wise exponentiation operation. - Parameters:
- left_node – The node providing the base of operation. 
- right_node – The node providing the exponent of operation. 
- name – The optional name for the new output node. 
- auto_broadcast – The type of broadcasting specifies rules used for auto-broadcasting of input tensors. 
 
- Returns:
- The new node performing element-wise exponentiation operation on input nodes.