Is it possible to do dense X sparse => dense?

I’m recently implementing deep photo style transfer, which contains a loss function with dense X sparse X dense in it. I found spmm to do sparse X dense, but didn’t find one to do the inverse. Am I missing sth or it really doesn’t exist?