pytorch/torch/csrc/utils.h
2016-06-08 19:14:57 -04:00

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