# UntypedStorage

Source: https://www.tensorplay.cn/docs/generated/tensorplay.UntypedStorage.html

```python
class tensorplay.UntypedStorage
```

```python
data_ptr(self: tensorplay._C.UntypedStorage) &#x2192; int
```

```python
nbytes(self: tensorplay._C.UntypedStorage) &#x2192; int
```

```python
resizable(self: tensorplay._C.UntypedStorage) &#x2192; bool
```

```python
resize_(self: tensorplay._C.UntypedStorage, nbytes: SupportsInt | SupportsIndex) &#x2192; tensorplay._C.UntypedStorage
```

```python
size(self: tensorplay._C.UntypedStorage) &#x2192; int
```
