Refactor Backend and Layer interfaces

This commit is contained in:
2025-11-18 18:27:57 +01:00
parent 25670f90c4
commit 6340b27055
23 changed files with 154 additions and 201 deletions

9
include/shape.hpp Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include <vector>
namespace CUDANet {
typedef std::vector<size_t> Shape;
} // namespace CUDANet