pub trait CwiseMulAssign<Rhs: Tensor> { // Required method fn cwise_mul_assign(&mut self, other: Rhs); }