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

Merge branch 'dataloader' of gitlab.eclipse.org:eclipse/aidge/aidge_core into dataloader

parents 60d053c0 50a968e6
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
* *
********************************************************************************/ ********************************************************************************/
#ifndef AIDGE_STIMULIIMPL_H_ #ifndef AIDGE_CORE_BACKEND_STIMULIIMPL_H_
#define AIDGE_STIMULIIMPL_H_ #define AIDGE_CORE_BACKEND_STIMULIIMPL_H_
#include <memory> #include <memory>
#include "aidge/data/Data.hpp" #include "aidge/data/Data.hpp"
#include "aidge/data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
...@@ -25,7 +25,7 @@ public: ...@@ -25,7 +25,7 @@ public:
StimuliImpl(){}; StimuliImpl(){};
virtual std::shared_ptr<Tensor> load(){}; virtual std::shared_ptr<Tensor> load() = 0;
virtual ~StimuliImpl() = default; virtual ~StimuliImpl() = default;
}; };
......
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