Typedef torch::nn::ZeroPad1dOptions¶
Defined in File padding.h
Typedef Documentation¶
-
using torch::nn::ZeroPad1dOptions = ZeroPadOptions<1>¶
ZeroPadOptions
specialized for theZeroPad1d
module.Example:
ConstantPad1d model(ConstantPad1dOptions({3, 1});