Skip to content
Snippets Groups Projects
Commit 9de0607e authored by Jerome Hue's avatar Jerome Hue Committed by Olivier BICHLER
Browse files

fix: Change init input of Memorize from Param to Data input category

parent d122347b
No related branches found
No related tags found
2 merge requests!318[Upd] release verision 0.5.0,!294fix: Change init input of Memorize from Param to Data input category
Pipeline #63079 passed
......@@ -76,7 +76,7 @@ void Aidge::Memorize_OpImpl::forward() {
const std::string Aidge::Memorize_Op::Type = "Memorize";
Aidge::Memorize_Op::Memorize_Op(const std::uint32_t endStep)
: OperatorTensor(Type, {InputCategory::Data, InputCategory::Param}, 2),
: OperatorTensor(Type, {InputCategory::Data, InputCategory::Data}, 2),
mAttributes(std::make_shared<Attributes_>(
attr<MemorizeAttr::ScheduleStep>(0),
attr<MemorizeAttr::ForwardStep>(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