adaptive_max_pool2d¶
- dragon.vm.torch.nn.functional.- adaptive_max_pool2d(
 input,
 output_size
 )[source]¶
- Apply the 2d adaptive max pooling to input. - Parameters:
- input (dragon.vm.torch.Tensor) – The input tensor.
- output_size (Union[int, Sequence[int]]) – The target output size.
 
 - Returns:
- dragon.vm.torch.Tensor – The output tensor. 
 - See also 
