mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fixes #77908 Pull Request resolved: https://github.com/pytorch/pytorch/pull/78032 Approved by: https://github.com/ezyang
8 lines
132 B
C
8 lines
132 B
C
#ifndef THP_STORAGE_METHODS_INC
|
|
#define THP_STORAGE_METHODS_INC
|
|
|
|
#include <Python.h>
|
|
|
|
PyMethodDef* THPStorage_getMethods();
|
|
|
|
#endif
|