MemSaveMaxPool2d¶
- class memsave_torch.nn.MemSaveMaxPool2d(kernel_size, stride=1, padding=0, dilation=1, return_indices=False, ceil_mode=False)¶
MemSaveMaxPool2d.
Inits a Conv2d layer with the given params.
- Parameters:
kernel_size – kernel_size
stride – stride
padding – padding
dilation – dilation
return_indices – return_indices
ceil_mode – ceil_mode
Hint
The usage is the same as torch.nn.MaxPool2d
For usage examples, please refer to the linked torch documentation