Shortcuts

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));

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources