Rate this Page

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