Class LSTM#
Defined in File rnn.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< LSTMImpl >(Template Class ModuleHolder)
Class Documentation#
-
class LSTM : public torch::nn::ModuleHolder<LSTMImpl>#
A
ModuleHoldersubclass forLSTMImpl.See the documentation for
LSTMImplclass to learn what methods it provides, and examples of how to useLSTMwithtorch::nn::LSTMOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.