mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-23 14:54:28 +00:00
Fix some compilation errors
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user