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