openvino.runtime.opset2.logical_not¶
- openvino.runtime.opset2.logical_not(node: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) openvino._pyopenvino.Node ¶
Return node which applies element-wise logical negation to the input node.
- Parameters
node – The input node providing data.
name – The optional new name for output node.
- Returns
The node performing element-wise logical NOT operation with given tensor.