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

TensorOperator.c - github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae7c2b3f947aa4d954c9d9cae00247890a3a51c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "torch/utils.h"
#include "luaT.h"
#include "THC.h"

#include "THCTensorMath.h"

#define cutorch_TensorOperator_(NAME) TH_CONCAT_4(cutorch_,CReal,TensorOperator_,NAME)
#define torch_Tensor_(NAME) TH_CONCAT_4(torch_,CReal,Tensor_,NAME)
#define torch_Tensor TH_CONCAT_STRING_3(torch.,CReal,Tensor)
#define cutorch_Tensor_(NAME) TH_CONCAT_4(cutorch_,CReal,Tensor_,NAME)

#include "generic/TensorOperator.c"
#include "THCGenerateAllTypes.h"