asc.language.tile.unary_ops.exp

asc.language.tile.unary_ops.exp(input: Tile | PlainValue | float) Tile | PlainValue

Computes the element-wise exponential of input.

Parameters:

input – the input value (tile or scalar)

This function can also be called as a member function on Tile, as x.exp(...) instead of exp(x, ...).