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