| #ifndef THCP_UTILS_H | |
| #define THCP_UTILS_H | |
| #define THCPUtils_(NAME) TH_CONCAT_4(THCP,Real,Utils_,NAME) | |
| #define THCStoragePtr TH_CONCAT_3(THC,Real,StoragePtr) | |
| #define THCTensorPtr TH_CONCAT_3(THC,Real,TensorPtr) | |
| #define THCPStoragePtr TH_CONCAT_3(THCP,Real,StoragePtr) | |
| #define THCPTensorPtr TH_CONCAT_3(THCP,Real,TensorPtr) | |
| #include "override_macros.h" | |
| #define THC_GENERIC_FILE "torch/csrc/generic/utils.h" | |
| #include <THC/THCGenerateAllTypes.h> | |
| #endif |