Skip to main content

matrix_get_col

Function matrix_get_col 

Source
pub fn matrix_get_col(
    tensor: &Tensor,
    col: usize,
) -> Result<Tensor, RuntimeError>
Expand description

Get a column from a tensor