mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
13 lines
209 B
C
13 lines
209 B
C
#include "THCGeneral.h"
|
|
#include "THCTensor.h"
|
|
|
|
#define real float
|
|
#define Real Cuda
|
|
#define TH_GENERIC_FILE "generic/THTensor.c"
|
|
|
|
#include "generic/THTensor.c"
|
|
|
|
#undef TH_GENERIC_FILE
|
|
#undef real
|
|
#undef Real
|