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,5 +1,5 @@
#ifndef CONV_LAYER_H
#define CONV_LAYER_H
#ifndef CUDANET_CONV_LAYER_H
#define CUDANET_CONV_LAYER_H
#include <string>
#include <vector>
@@ -127,4 +127,4 @@ class Conv2d : public ILayer {
} // namespace Layers
#endif // CONV_LAYER_H
#endif // CUDANET_CONV_LAYER_H