This function does exact same thing as torch.addmm()
in the forward, except that it supports backward for sparse COO matrix mat1
. When mat1
is a COO tensor it must have sparse_dim = 2. When inputs are COO tensors, this function also supports backward for both inputs.
Supports both CSR and COO storage formats.
Note
This function doesn’t support computing derivaties with respect to CSR matrices.
Access comprehensive developer documentation for PyTorch
View Docs TutorialsGet in-depth tutorials for beginners and advanced developers
View Tutorials ResourcesFind development resources and get your questions answered
View ResourcesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4