Fix compilation errors and warnings

This commit is contained in:
2025-11-27 22:41:49 +01:00
parent e79667671a
commit 7e27c87673
17 changed files with 61 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
#include <format>
#include <stdexcept>
#include "avg_pool.hpp"
#include <format>
#include "layers/avg_pool.hpp"
using namespace CUDANet::Layers;