Implement output layer

This commit is contained in:
2024-03-21 23:07:46 +01:00
parent e46d5d3f76
commit 90fb104dae
8 changed files with 92 additions and 9 deletions

View File

@@ -4,7 +4,9 @@
#include <string>
#include <vector>
#include <map>
#include "layer.cuh"
#include "input.cuh"
namespace CUDANet {