Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
torch.nn.modules.pooling._AdaptiveMaxPoolNd Class Reference
Inheritance diagram for torch.nn.modules.pooling._AdaptiveMaxPoolNd:
torch.nn.modules.pooling.AdaptiveMaxPool1d torch.nn.modules.pooling.AdaptiveMaxPool2d torch.nn.modules.pooling.AdaptiveMaxPool3d

Public Member Functions

def __init__ (self, output_size, return_indices=False)
 
def extra_repr (self)
 

Public Attributes

 output_size
 
 return_indices
 

Detailed Description

Definition at line 883 of file pooling.py.


The documentation for this class was generated from the following file: