Rate this Page

Class Conv3d#

Inheritance Relationships#

Base Type#

Class Documentation#

class Conv3d : public torch::nn::ModuleHolder<Conv3dImpl>#

A ModuleHolder subclass for Conv3dImpl.

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

Public Types

using Impl = Conv3dImpl#