Rate this Page

Typedef torch::nn::LPPool2dOptions#

Typedef Documentation#

using torch::nn::LPPool2dOptions = LPPoolOptions<2>#

LPPoolOptions specialized for the LPPool2d module.

Example:

LPPool2d model(LPPool2dOptions(1, std::vector<int64_t>({3, 4})).stride({5,
6}).ceil_mode(true));