Refactor layers

This commit is contained in:
2024-03-19 21:35:05 +01:00
parent 8d14b74f66
commit b6c4b7d2ae
12 changed files with 87 additions and 67 deletions

View File

@@ -5,7 +5,7 @@
#include <string>
#include <vector>
#include "weighted_layer.cuh"
#include "layer.cuh"
namespace CUDANet::Layers {