extensions.h 111 Bytes
Newer Older
1
2
3
4
5
6
7
8
9

#include <torch/torch.h>

// for getpid()
#ifdef _WIN32
#include <process.h>
#else
#include <unistd.h>
#endif