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

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

#include "THCTensor.h"
#include "THCGeneral.h"
#include "THCHalf.h"

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

#endif