Add prefix to guards

This commit is contained in:
2024-03-13 22:23:23 +01:00
parent 77004c16be
commit 88f7fff217
8 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
#ifndef I_LAYER_H
#define I_LAYER_H
#ifndef CUDANET_I_LAYER_H
#define CUDANET_I_LAYER_H
#include <vector>
@@ -90,4 +90,4 @@ class ILayer {
} // namespace Layers
#endif // I_LAYERH
#endif // CUDANET_I_LAYERH