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

TensorOperator.c - github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8986ff7611801132ef1dc472392e5f5111aecc3d (plain)
1
2
3
4
5
6
7
8
#include "general.h"

#define torch_TensorOperator_(NAME) TH_CONCAT_4(torch_,Real,TensorOperator_,NAME)
#define torch_Tensor_id TH_CONCAT_3(torch_,Real,Tensor_id)
#define torch_Tensor TH_CONCAT_STRING_3(torch.,Real,Tensor)

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