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