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

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

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

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

#endif