openvino.runtime.opset14.inverse#
- openvino.runtime.opset14.inverse(data: Node | int | float | ndarray, adjoint: bool = False, name: str | None = None) Node #
Return a node with inverse matrices of the input.
- Parameters:
data – Tensor with matrices to invert. Last two dimensions must be of the same size.
adjoint – Whether to return adjoint instead of inverse matrices. Defaults to false.
name – Optional name for the new output node.
- Returns:
The new node performing Inverse operation.