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

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

#include "THCGeneral.h"

THC_API void THCAllocator_init(THAllocator *state);

#endif