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
ModuleHolder
subclass forConv1dImpl
.See the documentation for
Conv1dImpl
class to learn what methods it provides, and examples of how to useConv1d
withtorch::nn::Conv1dOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = Conv1dImpl#
-
using Impl = Conv1dImpl#