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