Rate this Page

torch.nn.functional.max_unpool1d#

torch.nn.functional.max_unpool1d(input,indices,kernel_size,stride=None,padding=0,output_size=None)[source]#

Compute a partial inverse ofMaxPool1d.

SeeMaxUnpool1d for details.

Return type

Tensor