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