Migrate conv2d layer

This commit is contained in:
2024-09-10 21:48:47 +02:00
parent 757584544c
commit 98ad4ac760
6 changed files with 180 additions and 123 deletions

View File

@@ -9,7 +9,7 @@
#include "input.hpp"
#include "layer.hpp"
#include "batch_norm.cuh"
#include "batch_norm.hpp"
using namespace CUDANet;