Rate this Page

Typedef torch::nn::LPPool1dOptions#

Typedef Documentation#

using torch::nn::LPPool1dOptions = LPPoolOptions<1>#

LPPoolOptions specialized for the LPPool1d module.

Example:

LPPool1d model(LPPool1dOptions(1, 2).stride(5).ceil_mode(true));