Skip to content
Snippets Groups Projects
Commit 39b4a60b authored by Cyril Moineau's avatar Cyril Moineau Committed by Maxence Naud
Browse files

Fix typo in Scaling.hpp.

parent 418f47c3
No related branches found
No related tags found
2 merge requests!105version 0.2.0,!85Initial working python registrar.
...@@ -56,7 +56,7 @@ public: ...@@ -56,7 +56,7 @@ public:
Attributes_(op) Attributes_(op)
{ {
if (op.mImpl){ if (op.mImpl){
SET_IMPL_MACRO(Reshape_Op, *this, op.mOutputs[0]->getImpl()->backend()); SET_IMPL_MACRO(Scaling_Op, *this, op.mOutputs[0]->getImpl()->backend());
} else { } else {
mImpl = nullptr; mImpl = nullptr;
} }
......
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