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
ModuleHoldersubclass forRNNImpl.See the documentation for
RNNImplclass to learn what methods it provides, and examples of how to useRNNwithtorch::nn::RNNOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.