Class ReplicationPad3dImpl¶
Defined in File padding.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ReplicationPadImpl< 3, ReplicationPad3dImpl >
(Template Class ReplicationPadImpl)
Class Documentation¶
-
class ReplicationPad3dImpl : public torch::nn::ReplicationPadImpl<3, ReplicationPad3dImpl>¶
Applies ReplicationPad over a 3-D input.
See https://pytorch.org/docs/main/nn.html#torch.nn.ReplicationPad3d to learn about the exact behavior of this module.
See the documentation for
torch::nn::ReplicationPad3dOptions
class to learn what constructor arguments are supported for this module.Example:
ReplicationPad3d model(ReplicationPad3dOptions({1, 2, 1, 2, 1, 2}));