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