mul_assign_f

Function mul_assign_f 

Source
pub fn mul_assign_f<TRA, TRB>(a: TRA, b: TRB) -> Result<()>
where TRA: TensorMulAssignAPI<TRB>,