Rate this Page

Class Conv1d#

Inheritance Relationships#

Base Type#

Class Documentation#

class Conv1d : public torch::nn::ModuleHolder<Conv1dImpl>#

A ModuleHolder subclass for Conv1dImpl.

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

Public Types

using Impl = Conv1dImpl#