Skip to main content

read_sparse_slice

Function read_sparse_slice 

Source
pub async fn read_sparse_slice(
    sparse: &SparseTensor,
    dims: usize,
    colon_mask: u32,
    end_mask: u32,
    numeric: &[Value],
) -> Result<Value, RuntimeError>