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

Public Member Functions

def __init__ (self, p=2., eps=1e-6, keepdim=False)
 
def forward (self, x1, x2)
 

Public Attributes

 norm
 
 eps
 
 keepdim
 

Detailed Description

Definition at line 8 of file distance.py.


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