Migrate Dense layer

This commit is contained in:
2024-09-08 13:36:53 +02:00
parent 0dca8348bd
commit 75475790ac
24 changed files with 147 additions and 106 deletions

View File

@@ -1,7 +1,7 @@
#ifndef CUDANET_OUTPUT_LAYER_H
#define CUDANET_OUTPUT_LAYER_H
#include "layer.cuh"
#include "layer.hpp"
namespace CUDANet::Layers {