mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 09:44:28 +00:00
Use IDX2C macro properly
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user