log2

Contents

log2#

Base-2 logarithm

Added in version 0.3.0.

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);