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