## LogicalNot {#openvino_docs_ops_logical_LogicalNot_1} **Versioned name**: *LogicalNot-1* **Category**: Logical unary operation **Short description**: *LogicalNot* performs element-wise logical negation operation with given tensor. **Attributes**: No attributes available. **Inputs** * **1**: An tensor of type *T*. **Required.** **Outputs** * **1**: The result of element-wise logical negation operation. A tensor of type *T*. **Types** * *T*: boolean type. *LogicalNot* does the following with the input tensor *a*: \f[ a_{i} = not(a_{i}) \f] **Examples** *Example 1* ```xml 256 56 256 56 ```