THCGrid.h 250 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
#ifndef THC_GENERIC_FILE
#define THC_GENERIC_FILE "generic/THCGrid.h"
#else

rusty1s's avatar
rusty1s committed
5
6
void THCTensor_(grid)(THCState *state, THCudaLongTensor *self, THCTensor *pos, THCTensor *size,
                      THCudaLongTensor *count);
rusty1s's avatar
rusty1s committed
7
8

#endif  // THC_GENERIC_FILE