Typedef torch::nn::MaxUnpool1dOptions¶
Defined in File pooling.h
Typedef Documentation¶
-
using torch::nn::MaxUnpool1dOptions = MaxUnpoolOptions<1>¶
MaxUnpoolOptions
specialized for theMaxUnpool1d
module.Example:
MaxUnpool1d model(MaxUnpool1dOptions(3).stride(2).padding(1));