mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Based in part on https://github.com/NVIDIA/apex/pull/1774 Pull Request resolved: https://github.com/pytorch/pytorch/pull/130633 Approved by: https://github.com/albanD
8 lines
158 B
C
8 lines
158 B
C
#ifndef THCP_GDSFILE_INC
|
|
#define THCP_GDSFILE_INC
|
|
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
void initGdsBindings(PyObject* module);
|
|
#endif // THCP_GDSFILE_INC
|