torch_selu_ {torch} | R Documentation |
Selu_
Description
Selu_
Usage
torch_selu_(self)
Arguments
self |
the input tensor |
selu_(input) -> Tensor
In-place version of torch_selu()
.
[Package torch version 0.13.0 Index]
torch_selu_ {torch} | R Documentation |
Selu_
torch_selu_(self)
self |
the input tensor |
In-place version of torch_selu()
.