Typedef torch::nn::AvgPool3dOptions¶
Defined in File pooling.h
Typedef Documentation¶
-
using torch::nn::AvgPool3dOptions = AvgPoolOptions<3>¶
AvgPoolOptions
specialized for theAvgPool3d
module.Example:
AvgPool3d model(AvgPool3dOptions(5).stride(2));