! (NOT)#

Logical NOT

Op matx::operator!(Op t)#

Compute !t (logical NOT) of input tensor or operator

Parameters:

t – LHS tensor or operator input

Examples#

(tov0 = !tiv0).run(exec);