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