Rename ILayer to WeightedLayer

This commit is contained in:
2024-03-18 20:36:52 +01:00
parent 6cf604423a
commit d9c6c663c8
5 changed files with 10 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
#include <string>
#include <vector>
#include "ilayer.cuh"
#include "weighted_layer.cuh"
namespace CUDANet::Layers {
@@ -13,7 +13,7 @@ namespace CUDANet::Layers {
* @brief Dense (fully connected) layer
*
*/
class Dense : public ILayer {
class Dense : public WeightedLayer {
public:
/**
* @brief Construct a new Dense layer