blob: 4488afcc48937e7745ad5923e665d1883f3c20bd [file] [log] [blame]
#include "TH.h"
#include "THNN.h"
#define torch_(NAME) TH_CONCAT_3(torch_, Real, NAME)
#define nn_(NAME) TH_CONCAT_3(nn_, Real, NAME)
#include "generic/Abs.c"
#include "THGenerateFloatTypes.h"