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

@@ -6,7 +6,7 @@
#include "activation.cuh"
#include "convolution.cuh"
#include "ilayer.cuh"
#include "weighted_layer.cuh"
namespace CUDANet::Layers {
@@ -14,7 +14,7 @@ namespace CUDANet::Layers {
* @brief 2D convolutional layer
*
*/
class Conv2d : public ILayer {
class Conv2d : public WeightedLayer {
public:
/**
* @brief Construct a new Conv 2d layer