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