API symbolsnn
Copy
tensorplay.nn.functional.pairwise_distance
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.nn.functional.pad
Pads tensor. pad values are described starting from the last dimension and moving forward, exactly like torch.nn.functional.pad. Non-constant modes support the last 3 dimensions of a 3D/4D/5D input (torch’s restriction).
tensorplay.nn.functional.pdist
Computes the pairwise distance between rows of input .
