asc.language.tile.unary_ops.log2

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

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

Parameters:

input – the input value (tile)

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