Typedef torch::nn::functional::MaxPool3dFuncOptions¶
Defined in File pooling.h
Typedef Documentation¶
-
using torch::nn::functional::MaxPool3dFuncOptions = MaxPool3dOptions¶
Options for
torch::nn::functional::max_pool3d
andtorch::nn::functional::max_pool3d_with_indices
.Example:
namespace F = torch::nn::functional; F::max_pool3d(x, F::MaxPool3dFuncOptions(3).stride(2));