Typedef torch::nn::functional::MaxUnpool3dFuncOptions¶
Defined in File pooling.h
Typedef Documentation¶
-
using torch::nn::functional::MaxUnpool3dFuncOptions = MaxUnpoolFuncOptions<3>¶
MaxUnpoolFuncOptions
specialized fortorch::nn::functional::max_unpool3d
.Example:
namespace F = torch::nn::functional; F::max_unpool3d(x, indices, F::MaxUnpool3dFuncOptions(3));