xref: /aosp_15_r20/external/pytorch/torch/csrc/StorageSharing.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #ifndef THP_STORAGE_SHARING_INC
2 #define THP_STORAGE_SHARING_INC
3 
4 #include <Python.h>
5 
6 PyMethodDef* THPStorage_getSharingMethods();
7 
8 #endif
9