blob: 9f963b7349b13f6fa29210d86897ea503e7bf236 [file] [log] [blame]
#pragma once
struct THPStorage {
PyObject_HEAD
c10::StorageImpl *cdata;
};