Typedef torch::nn::AvgPool1dOptions#
Defined in File pooling.h
Typedef Documentation#
-
using torch::nn::AvgPool1dOptions = AvgPoolOptions<1>#
AvgPoolOptions
specialized for theAvgPool1d
module.Example:
AvgPool1d model(AvgPool1dOptions(3).stride(2));