mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 17:54:27 +00:00
Add prefix to guards
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef DENSE_LAYER_H
|
||||
#define DENSE_LAYER_H
|
||||
#ifndef CUDANET_DENSE_LAYER_H
|
||||
#define CUDANET_DENSE_LAYER_H
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
@@ -87,4 +87,4 @@ class Dense : public ILayer {
|
||||
|
||||
} // namespace Layers
|
||||
|
||||
#endif // DENSE_LAYER_H
|
||||
#endif // CUDANET_DENSE_LAYER_H
|
||||
|
||||
Reference in New Issue
Block a user