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
ModuleHolder
subclass forConv2dImpl
.See the documentation for
Conv2dImpl
class to learn what methods it provides, and examples of how to useConv2d
withtorch::nn::Conv2dOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = Conv2dImpl#
-
using Impl = Conv2dImpl#