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