exp#

Exponential function

Op matx::exp(Op t)#

Compute e^x of each value in a tensor.

Parameters:

t – Tensor or operator input

Examples#

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