log10#

Base 10 logarithm

Op matx::log10(Op t)#

Compute log base 10 of every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

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