mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
9 lines
180 B
C
9 lines
180 B
C
#ifndef TH_GENERIC_FILE
|
|
#define TH_GENERIC_FILE "generic/Storage.h"
|
|
#else
|
|
|
|
bool THPStorage_(init)(PyObject *module);
|
|
PyObject * THPStorage_(newObject)(THStorage *storage);
|
|
|
|
#endif
|