mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Fixes #77908 Pull Request resolved: https://github.com/pytorch/pytorch/pull/78032 Approved by: https://github.com/ezyang
9 lines
132 B
C
9 lines
132 B
C
#ifndef THP_STORAGE_METHODS_INC
|
|
#define THP_STORAGE_METHODS_INC
|
|
|
|
#include <Python.h>
|
|
|
|
PyMethodDef* THPStorage_getMethods();
|
|
|
|
#endif
|