torch_celu_ function

Celu_

Celu_

torch_celu_(self, alpha = 1L)

Arguments

  • self: the input tensor
  • alpha: the alpha value for the CELU formulation. Default: 1.0

celu_(input, alpha=1.) -> Tensor

In-place version of torch_celu().

  • Maintainer: Daniel Falbel
  • License: MIT + file LICENSE
  • Last published: 2025-02-14