| #define TH_GENERIC_FILE "generic/THTensor.h"
|
| #include "generic/THTensor.h"
|
| #define TH_GENERIC_FILE "generic/THTensorCopy.h"
|
| #include "generic/THTensorCopy.h"
|
| # define TH_API THC_EXTERNC __declspec(dllimport)
|
| # define TH_API THC_EXTERNC
|
| THC_API void THCudaTensor_fill(THCudaTensor *self, float value);
|
| THC_API void THCudaTensor_copy(THCudaTensor *self, THCudaTensor *src);
|
| THC_API cudaTextureObject_t THCudaTensor_getTextureObject(THCudaTensor *self);
|
| THC_API void THByteTensor_copyCuda(THByteTensor *self, THCudaTensor *src);
|
| THC_API void THCharTensor_copyCuda(THCharTensor *self, THCudaTensor *src);
|
| THC_API void THShortTensor_copyCuda(THShortTensor *self, THCudaTensor *src);
|
| THC_API void THIntTensor_copyCuda(THIntTensor *self, THCudaTensor *src);
|
| THC_API void THLongTensor_copyCuda(THLongTensor *self, THCudaTensor *src);
|
| THC_API void THFloatTensor_copyCuda(THFloatTensor *self, THCudaTensor *src);
|
| THC_API void THDoubleTensor_copyCuda(THDoubleTensor *self, THCudaTensor *src);
|
| THC_API void THCudaTensor_copyCuda(THCudaTensor *self, THCudaTensor *src);
|