pub type StorageRef = Arc<*mut c_void>;
A reference to a tensor storage.
We manually implement Sync and Send unsafely, so even if we could use Rc, it isn’t safe.
Sync
Send
Rc
struct StorageRef { /* private fields */ }