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

THCTensor.h « THC « lib - github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4eb49a3250504992d46599d54306bb4318369ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef THC_TENSOR_INC
#define THC_TENSOR_INC

#include "THTensor.h"
#include "THCStorage.h"
#include "THCGeneral.h"

#define THCTensor          TH_CONCAT_3(TH,CReal,Tensor)
#define THCTensor_(NAME)   TH_CONCAT_4(TH,CReal,Tensor_,NAME)

#include "generic/THCTensor.h"
#include "THCGenerateAllTypes.h"

#endif