Fix some compilation errors

This commit is contained in:
2025-11-23 18:50:57 +01:00
parent 51bcee01ab
commit 82a0e7c19d
14 changed files with 15 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ class Activation : public Layer {
Activation() = default;
Activation(CUDANet::Backend* backend, ActivationType activation, const CUDANet::Shape &shape);
Activation(ActivationType activation, const CUDANet::Shape &shape, CUDANet::Backend* backend);
~Activation() = default;