asc.language.tile.unary_ops.relu

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

Computes the element-wise ReLU value of input.

Parameters:

input – the input value (tile)

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