openvino.runtime.opset14.inverse

openvino.runtime.opset14.inverse(data: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], adjoint: bool = False) openvino._pyopenvino.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.

Returns

The new node performing Inverse operation.