Class Conv2d#
Defined in File conv.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< Conv2dImpl >(Template Class ModuleHolder)
Class Documentation#
-
class Conv2d : public torch::nn::ModuleHolder<Conv2dImpl>#
A
ModuleHoldersubclass forConv2dImpl.See the documentation for
Conv2dImplclass to learn what methods it provides, and examples of how to useConv2dwithtorch::nn::Conv2dOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = Conv2dImpl#
-
using Impl = Conv2dImpl#