mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-23 06:44:24 +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;
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ class Conv2d : public Layer {
|
||||
CUDANet::Backend* backend
|
||||
);
|
||||
|
||||
~Conv2d() {};
|
||||
~Conv2d();
|
||||
|
||||
CUDANet::Tensor& forward(CUDANet::Tensor& input) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user