Skip to content
Snippets Groups Projects
Commit 37656d37 authored by Maxence Naud's avatar Maxence Naud
Browse files

Update OperatorImpl.hpp

parent dfb73ffa
No related branches found
No related tags found
3 merge requests!105version 0.2.0,!88Basic supervised learning,!82Resolve "Optimizer to update gradients"
Pipeline #41888 failed
...@@ -9,12 +9,11 @@ ...@@ -9,12 +9,11 @@
* *
********************************************************************************/ ********************************************************************************/
#ifndef AIDGE_OPERATORIMPL_H_ #ifndef AIDGE_BACKEND_OPERATORIMPL_H_
#define AIDGE_OPERATORIMPL_H_ #define AIDGE_BACKEND_OPERATORIMPL_H_
#include <cstddef> #include <string>
#include <vector> #include <vector>
#include <memory>
#include "aidge/utils/Types.h" #include "aidge/utils/Types.h"
...@@ -83,4 +82,4 @@ protected: ...@@ -83,4 +82,4 @@ protected:
}; };
} // namespace Aidge } // namespace Aidge
#endif /* AIDGE_OPERATORIMPL_H_ */ #endif /* AIDGE_BACKEND_OPERATORIMPL_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment