mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Make conv2d work again
This commit is contained in:
@@ -10,4 +10,9 @@ __global__ void pad_matrix_kernel(
|
||||
int p
|
||||
);
|
||||
|
||||
enum Padding {
|
||||
SAME,
|
||||
VALID
|
||||
};
|
||||
|
||||
#endif // PADDING_H
|
||||
Reference in New Issue
Block a user