pub fn sparse_matrix_mul<O0: Into<Output>, O1: Into<Output>>( a: O0, b: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for SparseMatrixMul::new().build(a, b, scope).
SparseMatrixMul::new().build(a, b, scope)