Typedef torch::nn::functional::MaxUnpool2dFuncOptions¶
Defined in File pooling.h
Typedef Documentation¶
-
using torch::nn::functional::MaxUnpool2dFuncOptions = MaxUnpoolFuncOptions<2>¶
MaxUnpoolFuncOptions
specialized fortorch::nn::functional::max_unpool2d
.Example:
namespace F = torch::nn::functional; F::max_unpool2d(x, indices, F::MaxUnpool2dFuncOptions(3).stride(2).padding(1));