Typedef torch::nn::functional::LPPool1dFuncOptions#
Defined in File pooling.h
Typedef Documentation#
-
using torch::nn::functional::LPPool1dFuncOptions = LPPool1dOptions#
Options for
torch::nn::functional::lp_pool1d.See the documentation for
torch::nn::LPPool1dOptionsclass to learn what arguments are supported.Example:
namespace F = torch::nn::functional; F::lp_pool1d(x, F::LPPool1dFuncOptions(2, 3).stride(2));