torch.nn.functional.max_unpool3d¶ torch.nn.functional.max_unpool3d(input, indices, kernel_size, stride=None, padding=0, output_size=None)[source][source]¶ 計算 MaxPool3d 的部分逆運算。 有關詳細資訊,請參閱 MaxUnpool3d。 返回型別 Tensor