nnf_relu function

Relu

Relu

Applies the rectified linear unit function element-wise.

nnf_relu(input, inplace = FALSE) nnf_relu_(input)

Arguments

  • input: (N,*) tensor, where * means, any number of additional dimensions
  • inplace: can optionally do the operation in-place. Default: FALSE
  • Maintainer: Daniel Falbel
  • License: MIT + file LICENSE
  • Last published: 2025-02-14