exp

Contents

exp#

Exponential function

Added in version 0.3.0.

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