mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fixes #77908 Pull Request resolved: https://github.com/pytorch/pytorch/pull/78032 Approved by: https://github.com/ezyang
9 lines
139 B
C
9 lines
139 B
C
#ifndef THP_STORAGE_SHARING_INC
|
|
#define THP_STORAGE_SHARING_INC
|
|
|
|
#include <Python.h>
|
|
|
|
PyMethodDef* THPStorage_getSharingMethods();
|
|
|
|
#endif
|