Skip to content
Snippets Groups Projects
Commit 68aaf9b7 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed Aidge::Memorize_Op::Memorize_Op()

parent 7a9361f8
No related branches found
No related tags found
3 merge requests!414Update version 0.5.1 -> 0.6.0,!408[Add] Dropout Operator,!359Improve scheduling
Pipeline #67882 passed
......@@ -94,7 +94,7 @@ Aidge::Memorize_Op::Memorize_Op(const Aidge::Memorize_Op& op)
if (!op.backend().empty()) {
SET_IMPL_MACRO(Memorize_Op, *this, op.backend());
} else {
mImpl = nullptr;
mImpl = std::make_shared<Memorize_OpImpl>(*this);
}
mOutputs[1] = mOutputs[0];
}
......
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