Class ConstantPad1d¶
Defined in File padding.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< ConstantPad1dImpl >
(Template Class ModuleHolder)
Class Documentation¶
-
class
torch::nn
::
ConstantPad1d
: public torch::nn::ModuleHolder<ConstantPad1dImpl>¶ A
ModuleHolder
subclass forConstantPad1dImpl
.See the documentation for
ConstantPad1dImpl
class to learn what methods it provides, and examples of how to useConstantPad1d
withtorch::nn::ConstantPad1dOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using
Impl
= ConstantPad1dImpl¶
-
using