pytorch/torch/csrc/StorageSharing.h

9 lines
139 B
C

#ifndef THP_STORAGE_SHARING_INC
#define THP_STORAGE_SHARING_INC
#include <Python.h>
PyMethodDef* THPStorage_getSharingMethods();
#endif