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