Rate this Page

Class Conv2d#

Inheritance Relationships#

Base Type#

Class Documentation#

class Conv2d : public torch::nn::ModuleHolder<Conv2dImpl>#

A ModuleHolder subclass for Conv2dImpl.

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

Public Types

using Impl = Conv2dImpl#