serial_cpu.c 214 Bytes
Newer Older
rusty1s's avatar
fixes  
rusty1s committed
1
2
3
4
5
6
7
8
9
#ifndef TH_GENERIC_FILE
#define TH_GENERIC_FILE "generic/serial_cpu.c"
#else

void cluster_(serial)(THLongTensor *output, THLongTensor *row, THLongTensor *col,  THTensor *weight, THLongTensor *degree) {
}

#endif