Typedef torch::nn::ReflectionPad3dOptions#
Defined in File padding.h
Typedef Documentation#
-
using torch::nn::ReflectionPad3dOptions = ReflectionPadOptions<3>#
ReflectionPadOptions
specialized for theReflectionPad3d
module.Example:
ReflectionPad3d model(ReflectionPad3dOptions({1, 1, 2, 0, 1, 1}));