#[no_mangle]
pub unsafe extern "C" fn rune_string_tensor_rank(
    tensor: *const StringTensor<'_>
) -> usize
Expand description

Get the number of dimensions in this StringTensor.