mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-23 06:44:24 +00:00
Refactor Backend and Layer interfaces
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
namespace CUDANet::Layers {
|
||||
|
||||
class Output : public SequentialLayer {
|
||||
class Output : public Layer {
|
||||
public:
|
||||
/**
|
||||
* @brief Create a new Output layer
|
||||
@@ -34,7 +34,7 @@ class Output : public SequentialLayer {
|
||||
*
|
||||
* @return int output size
|
||||
*/
|
||||
int getOutputSize();
|
||||
int get_output_size();
|
||||
|
||||
/**
|
||||
* @brief Get input size
|
||||
|
||||
Reference in New Issue
Block a user