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