THCCWeighting.c 199 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
8
#include <THC/THC.h>

#include "THC.h"

#define THCCTensor_(NAME) TH_CONCAT_4(THCC,Real,Tensor_,NAME)

extern THCState *state;

rusty1s's avatar
rusty1s committed
9
#include "generic/THCCWeighting.c"
rusty1s's avatar
rusty1s committed
10
11
#include "THCGenerateFloatTypes.h"