compat.h 140 Bytes
Newer Older
1
2
3
#ifndef TORCH_CHECK
#define TORCH_CHECK AT_CHECK
#endif
mcarilli's avatar
mcarilli committed
4
5
6
7
8
9

#ifdef VERSION_GE_1_3
#define DATA_PTR data_ptr
#else
#define DATA_PTR data
#endif