Typedef torch::nn::functional::AdaptiveMaxPool3dFuncOptions¶
Defined in File pooling.h
Typedef Documentation¶
-
using torch::nn::functional::AdaptiveMaxPool3dFuncOptions = AdaptiveMaxPool3dOptions¶
Options for
torch::nn::functional::adaptive_max_pool3d
andtorch::nn::functional::adaptive_max_pool3d_with_indices
Example:
namespace F = torch::nn::functional; F::adaptive_max_pool3d(x, F::AdaptiveMaxPool3dFuncOptions(3));