Bitwise OR (|)#

Bitwise OR

Op matx::operator|(Op t, Op t2)#

Compute t | t2 (bitwise OR) of two operators or tensors

Parameters:
  • t – LHS tensor or operator input

  • t2 – RHS tensor or operator input

Examples#

(tov0 = tiv0 | d).run(exec);