Shortcuts

Typedef torch::nn::LPPool3dOptions

Typedef Documentation

using torch::nn::LPPool3dOptions = LPPoolOptions<3>

LPPoolOptions specialized for the LPPool3d module.

Example:

LPPool3d model(LPPool3dOptions(1, std::vector<int64_t>({3, 4, 5})).stride(
{5, 6, 7}).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