asc.language.tile.unary_ops.rsqrt

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

Computes the element-wise inverse square root of input.

Parameters:

input – the input value (tile)

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