#[no_mangle]
pub unsafe extern "C" fn rune_tensor_buffer_readonly(
    tensor: *const Tensor
) -> *const u8
Expand description

Get a readonly reference to this Tensor’s buffer.