I am trying to do an element-wise multiplication of a sparse matrix with a dense tensor. It does works fine with * but I am trying to optimise my code and trying to
*