relu

fun relu(a: Tensor<*, *>): Tensor<*, *>(source)

ReLU activation: max(0, x).