openvino.runtime.opset14.bitwise_not#
- openvino.runtime.opset14.bitwise_not(node: Node | int | float | ndarray, name: str | None = None) Node #
Return node which performs bitwise NOT operation on input node element-wise.
For boolean input tensors, operator is equivalent to logical_not.
- Parameters:
node – Tensor of integer or boolean datatype providing data.
name – The optional new name for output node.
- Returns:
The node performing bitwise NOT operation on the given tensor.