mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
10 lines
211 B
C
10 lines
211 B
C
#ifndef THP_MODULE_INC
|
|
#define THP_MODULE_INC
|
|
|
|
extern THPGenerator *THPDefaultGenerator;
|
|
bool THPModule_tensorCopy(PyObject *dst, PyObject *src);
|
|
|
|
static const char *STATELESS_ATTRIBUTE_NAME = "_torch";
|
|
|
|
#endif
|