triton.experimental.gluon.language.exp2

triton.experimental.gluon.language.exp2(x, _semantic=None)

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

Parameters:

x (Block) – the input values

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