THCGraclus.h 404 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef THC_GRACLUS_INC
#define THC_GRACLUS_INC

#include <THC/THC.h>

#ifdef __cplusplus
extern "C" {
#endif  // __cplusplus

void THCTensor_graclus(THCState *state, THCudaLongTensor *self, THCudaLongTensor *row,
                       THCudaLongTensor *col);

#include "generic/THCGraclus.h"
#include "THC/THCGenerateAllTypes.h"

#ifdef __cplusplus
}
#endif  // __cplusplus

#endif  // THC_GRACLUS_INC