Rate this Page

Class GRUCell#

Inheritance Relationships#

Base Type#

Class Documentation#

class GRUCell : public torch::nn::ModuleHolder<GRUCellImpl>#

A ModuleHolder subclass for GRUCellImpl.

See the documentation for GRUCellImpl class to learn what methods it provides, and examples of how to use GRUCell with torch::nn::GRUCellOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = GRUCellImpl#