Typedef torch::nn::AvgPool2dOptions#
Defined in File pooling.h
Typedef Documentation#
-
using torch::nn::AvgPool2dOptions = AvgPoolOptions<2>#
AvgPoolOptions
specialized for theAvgPool2d
module.Example:
AvgPool2d model(AvgPool2dOptions({3, 2}).stride({2, 2}));