Rdocumentation
powered by
Learn R Programming
torch (version 0.8.1)
torch_relu_: Relu_
Description
Relu_
Usage
torch_relu_(self)
Arguments
self
the input tensor
relu_(input) -> Tensor
In-place version of
torch_relu()
.