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

Public Member Functions

def forward (self, input)
 
- Public Member Functions inherited from torch.nn.modules.pooling._AdaptiveMaxPoolNd
def __init__ (self, output_size, return_indices=False)
 
def extra_repr (self)
 

Additional Inherited Members

- Public Attributes inherited from torch.nn.modules.pooling._AdaptiveMaxPoolNd
 output_size
 
 return_indices
 

Detailed Description

Definition at line 899 of file pooling.py.


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