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

[Fix] add 'override' keyword to setBackend() member function in Slice.hpp

parent c66cda20
No related branches found
No related tags found
1 merge request!54horizontal tiling
Pipeline #35127 passed
...@@ -90,7 +90,7 @@ public: ...@@ -90,7 +90,7 @@ public:
mOutputs[0]->resize(outputDims); mOutputs[0]->resize(outputDims);
} }
void setBackend(const std::string &name) { void setBackend(const std::string &name) override {
mImpl = Registrar<Slice_Op>::create(name)(*this); mImpl = Registrar<Slice_Op>::create(name)(*this);
mOutputs[0]->setBackend(name); mOutputs[0]->setBackend(name);
......
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