mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
13 lines
239 B
C
13 lines
239 B
C
#ifndef THP_WRAP_UTILS_INC
|
|
#define THP_WRAP_UTILS_INC
|
|
|
|
#define THPUtils_(NAME) TH_CONCAT_4(THP,Real,Utils_,NAME)
|
|
|
|
#include "generic/utils.h"
|
|
#include <TH/THGenerateAllTypes.h>
|
|
|
|
int THPUtils_getLong(PyObject *index, long *result);
|
|
|
|
#endif
|
|
|