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