Typedef torch::nn::functional::LPPool3dFuncOptions#
Defined in File pooling.h
Typedef Documentation#
-
using torch::nn::functional::LPPool3dFuncOptions = LPPool3dOptions#
Options for
torch::nn::functional::lp_pool3d.See the documentation for
torch::nn::LPPool3dOptionsclass to learn what arguments are supported.Example:
namespace F = torch::nn::functional; F::lp_pool3d(x, F::LPPool3dFuncOptions(2, {2, 3, 4}).stride(2));