asc.language.tile.unary_ops.exp2

asc.language.tile.unary_ops.exp2(input: Tile) Tile

Computes the element-wise exponential (base 2) of input.

Parameters:

input – the input value (tile)

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