Typedef torch::nn::ZeroPad3dOptions
Defined in File padding.h
Typedef Documentation
-
using torch::nn::ZeroPad3dOptions = ZeroPadOptions<3>
ZeroPadOptions
specialized for theZeroPad3d
module.Example:
ConstantPad3d model(ConstantPad3dOptions({1, 2, 1, 2, 1, 2});