Typedef torch::nn::ReflectionPad1dOptions¶
Defined in File padding.h
Typedef Documentation¶
-
using torch::nn::ReflectionPad1dOptions = ReflectionPadOptions<1>¶
ReflectionPadOptionsspecialized for theReflectionPad1dmodule.Example:
ReflectionPad1d model(ReflectionPad1dOptions({3, 1}));