Files
pytorch/torch/csrc/generic/Storage.h
2016-05-02 23:19:57 +02:00

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