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