matrix_sub

Function matrix_sub 

Source
pub fn matrix_sub(a: &Tensor, b: &Tensor) -> Result<Tensor, String>
Expand description

Matrix subtraction: C = A - B