asc.language.tile.unary_ops.log

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

Computes the element-wise natural logarithm of input.

Parameters:

input – the input value (tile)

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