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