diff options
| author | sniklaus <simon.niklaus@outlook.com> | 2017-09-09 22:59:59 -0700 |
|---|---|---|
| committer | sniklaus <simon.niklaus@outlook.com> | 2017-09-09 22:59:59 -0700 |
| commit | cb73882b7f6b48f4ba73426b140e77d0d1d97468 (patch) | |
| tree | b2a45d643d3703e489ae2fd18ffd1143b4c7df3e /src/SeparableConvolution_cuda.h | |
no message
Diffstat (limited to 'src/SeparableConvolution_cuda.h')
| -rw-r--r-- | src/SeparableConvolution_cuda.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SeparableConvolution_cuda.h b/src/SeparableConvolution_cuda.h new file mode 100644 index 0000000..7320fee --- /dev/null +++ b/src/SeparableConvolution_cuda.h @@ -0,0 +1,6 @@ +int SeparableConvolution_cuda_forward( + THCudaTensor* input1, + THCudaTensor* input2, + THCudaTensor* input3, + THCudaTensor* output +);
\ No newline at end of file |
