Use IDX2C macro properly

This commit is contained in:
2024-02-19 22:26:54 +01:00
parent 4b6fff9bfd
commit 02fc9e4e8b
3 changed files with 27 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ namespace Layers {
float* d_weights;
float* d_biases;
std::vector<std::vector<float>> weights;
std::vector<float> weights;
std::vector<float> biases;
void initializeWeights();