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