Class Conv1d#
Defined in File conv.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< Conv1dImpl >(Template Class ModuleHolder)
Class Documentation#
-
class Conv1d : public torch::nn::ModuleHolder<Conv1dImpl>#
A
ModuleHoldersubclass forConv1dImpl.See the documentation for
Conv1dImplclass to learn what methods it provides, and examples of how to useConv1dwithtorch::nn::Conv1dOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = Conv1dImpl#
-
using Impl = Conv1dImpl#