log2#

Base 2 logarithm

Op matx::log2(Op t)#

Compute log base 2 of every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

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