Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Storage.c - github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 874838e8c25171e0ecab908687ff54561adc41bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "general.h"

#define torch_Storage_(NAME) TH_CONCAT_4(torch_,Real,Storage_,NAME)
#define THFile_readRealRaw TH_CONCAT_3(THFile_read, Real, Raw)
#define THFile_writeRealRaw TH_CONCAT_3(THFile_write, Real, Raw)
#define torch_Storage TH_CONCAT_STRING_3(torch.,Real,Storage)

#include "generic/Storage.c"
#include "THGenerateAllTypes.h"

#include "generic/Storage.c"
#include "THGenerateHalfType.h"