Class RNN¶
Defined in File rnn.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< RNNImpl >
(Template Class ModuleHolder)
Class Documentation¶
-
class RNN : public torch::nn::ModuleHolder<RNNImpl>¶
A
ModuleHolder
subclass forRNNImpl
.See the documentation for
RNNImpl
class to learn what methods it provides, and examples of how to useRNN
withtorch::nn::RNNOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.