com.microsoft - SparseToDenseMatMul#

SparseToDenseMatMul - 1 (com.microsoft)#

Version

This version of the operator has been available since version 1 of domain com.microsoft.

Summary

Attributes

  • alpha: Scalar multiplier for the product of the input tensors. Default value is ?.

  • transA: Whether A should be transposed on the last two dimensions before doing multiplication Default value is ?.

  • transB: Whether B should be transposed on the last two dimensions before doing multiplication Default value is ?.

Inputs

  • A (heterogeneous) - T: 2-dimensional sparse matrix A. Either COO or CSR format

  • B (heterogeneous) - T1: N-dimensional dense matrix B

Outputs

  • Y (heterogeneous) - T1: Matrix multiply results

Examples