Typedef torch::nn::MaxPool3dOptions#
Defined in File pooling.h
Typedef Documentation#
-
using torch::nn::MaxPool3dOptions = MaxPoolOptions<3>#
MaxPoolOptions
specialized for theMaxPool3d
module.Example:
MaxPool3d model(MaxPool3dOptions(3).stride(2));