Class LSTMCell¶
Defined in File rnn.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< LSTMCellImpl >
(Template Class ModuleHolder)
Class Documentation¶
-
class
torch::nn
::
LSTMCell
: public torch::nn::ModuleHolder<LSTMCellImpl>¶ A
ModuleHolder
subclass forLSTMCellImpl
.See the documentation for
LSTMCellImpl
class to learn what methods it provides, and examples of how to useLSTMCell
withtorch::nn::LSTMCellOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using
Impl
= LSTMCellImpl¶
-
using