Shortcuts

torch.smm

torch.smm(input, mat)Tensor

Performs a matrix multiplication of the sparse matrix input with the dense matrix mat.

Parameters
  • input (Tensor) – a sparse matrix to be matrix multiplied

  • mat (Tensor) – a dense matrix to be matrix multiplied

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources