openvino.runtime.opset8.logical_not#
- openvino.runtime.opset8.logical_not(node: Node | int | float | ndarray, name: str | None = None) 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.