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
ModuleHolder
subclass forLSTMImpl
.See the documentation for
LSTMImpl
class to learn what methods it provides, and examples of how to useLSTM
withtorch::nn::LSTMOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.