Typedef torch::nn::MaxPool2dOptions¶
Defined in File pooling.h
Typedef Documentation¶
-
using torch::nn::MaxPool2dOptions = MaxPoolOptions<2>¶
MaxPoolOptions
specialized for theMaxPool2d
module.Example:
MaxPool2d model(MaxPool2dOptions({3, 2}).stride({2, 2}));