Computes a partial inverse of MaxPool1d.
nnf_max_unpool1d(
  input,
  indices,
  kernel_size,
  stride = NULL,
  padding = 0,
  output_size = NULL
)the input Tensor to invert
the indices given out by max pool
Size of the max pooling window.
Stride of the max pooling window. It is set to kernel_size by default.
Padding that was added to the input
the targeted output size