Rate this Page

Class ModuleDict#

Inheritance Relationships#

Base Type#

Class Documentation#

class ModuleDict : public torch::nn::ModuleHolder<ModuleDictImpl>#

A ModuleHolder subclass for ModuleDictImpl.

See the documentation for ModuleDictImpl class to learn what methods it provides, or the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = ModuleDictImpl#