Class Conv3d¶
Defined in File conv.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< Conv3dImpl >
(Template Class ModuleHolder)
Class Documentation¶
-
class Conv3d : public torch::nn::ModuleHolder<Conv3dImpl>¶
A
ModuleHolder
subclass forConv3dImpl
.See the documentation for
Conv3dImpl
class to learn what methods it provides, and examples of how to useConv3d
withtorch::nn::Conv3dOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = Conv3dImpl¶
-
using Impl = Conv3dImpl¶