mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 14:24:22 +00:00
Migrate conv2d layer to Tensor
This commit is contained in:
@@ -14,7 +14,7 @@ namespace CUDANet::Layers {
|
||||
class Dense : public Layer {
|
||||
public:
|
||||
|
||||
Dense(CUDANet::Backend *backend, CUDANet::Shape input_shape, CUDANet::Shape output_shape);
|
||||
Dense(CUDANet::Shape input_shape, CUDANet::Shape output_shape, CUDANet::Backend *backend);
|
||||
|
||||
~Dense();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user