Typedef torch::nn::ReflectionPad2dOptions¶
Defined in File padding.h
Typedef Documentation¶
-
using
torch::nn
::
ReflectionPad2dOptions
= ReflectionPadOptions<2>¶ ReflectionPadOptions
specialized for theReflectionPad2d
module.Example:
ReflectionPad2d model(ReflectionPad2dOptions({1, 1, 2, 0}));