LogicalNot#

Versioned name: LogicalNot-1

Category: Logical unary

Short description: LogicalNot performs element-wise logical negation operation with given tensor.

OpenVINO description: This OP is as same as OpenVINO OP

Attributes: LogicalNot operation has no attributes.

Mathematical Formulation

\[a_{i} = \lnot a_{i}\]

Inputs

  • 1: A tensor of type T and arbitrary shape. Required.

Outputs

  • 1: The result of element-wise logical negation operation. A tensor of type T and the same shape as input tensor.

Types

  • T: boolean.