R/nn.R
nn_buffer.Rd
Indicates that a tensor is a buffer in a nn_module
nn_buffer(x, persistent = TRUE)
the tensor that will be converted to nn_buffer
whether the buffer should be persistent or not.