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