Rate this Page

Class GroupNorm#

Inheritance Relationships#

Base Type#

Class Documentation#

class GroupNorm : public torch::nn::ModuleHolder<GroupNormImpl>#

A ModuleHolder subclass for GroupNormImpl.

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

Public Types

using Impl = GroupNormImpl#