dev
1 unresolved thread
1 unresolved thread
Fix tensor and producers issues.
Edited by Cyril Moineau
Merge request reports
Activity
Filter activity
requested review from @pineapple
93 printf("Basic Producer forward() function.\n"); 94 } 95 void backward() override final { 96 printf("Basic Producer backward() function.\n"); 97 } 103 void forward() override final { 104 printf("Basic Producer forward() function.\n"); 105 } 106 void backward() override final { 107 printf("Basic Producer backward() function.\n"); 108 } 109 void setOutput(const Aidge::IOIndex_t outputIdx, std::shared_ptr<Aidge::Data>&& data) override { 110 if (getAttr<ProdAttr::Constant>()) { 111 AIDGE_THROW_OR_ABORT(std::runtime_error, "Producer is constant, cannot update output."); 112 } 113 OperatorTensor::setOutput(outputIdx, data); - Edited by Maxence Naud
changed this line in version 3 of the diff
added 5 commits
-
7c3fabbe...6c460029 - 4 commits from branch
main
- fdaee8fb - Merge remote-tracking branch 'origin/main' into dev
-
7c3fabbe...6c460029 - 4 commits from branch
changed milestone to %v0.1.0
enabled an automatic merge when the pipeline for cd269563 succeeds
mentioned in commit f504d1ee
mentioned in issue #70 (closed)
Please register or sign in to reply