Getting Started
Python API
Gluon
Triton MLIR Dialects
Programming Guide
Computes the element-wise exponential (base 2) of x.
x
x (Block) – the input values
This function can also be called as a member function on tensor, as x.exp2() instead of exp2(x).
tensor
x.exp2()
exp2(x)