Typedef torch::nn::functional::AdaptiveAvgPool3dFuncOptions¶
Defined in File pooling.h
Typedef Documentation¶
-
using torch::nn::functional::AdaptiveAvgPool3dFuncOptions = AdaptiveAvgPool3dOptions¶
Options for
torch::nn::functional::adaptive_avg_pool3d
.See the documentation for
torch::nn::AdaptiveAvgPool3dOptions
class to learn what arguments are supported.Example:
namespace F = torch::nn::functional; F::adaptive_avg_pool3d(x, F::AdaptiveAvgPool3dFuncOptions(3));