Skip to content
Snippets Groups Projects

dev

Merged dev
1 unresolved thread
Merged Cyril Moineau requested to merge dev into main
1 unresolved thread

Fix tensor and producers issues.

Edited by Cyril Moineau

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • Maxence Naud resolved all threads

    resolved all threads

  • Maxence Naud added 1 commit

    added 1 commit

    • 7c3fabbe - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Maxence Naud added 5 commits

    added 5 commits

    Compare with previous version

  • Cyril Moineau added 3 commits

    added 3 commits

    • 7bc22c78 - Fix issue with Identity nb output.
    • f830efec - Update MetaOp binding to update Operator -> OperatorTensor.
    • cd269563 - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_core into dev

    Compare with previous version

  • Maxence Naud changed milestone to %v0.1.0

    changed milestone to %v0.1.0

  • Maxence Naud enabled an automatic merge when the pipeline for cd269563 succeeds

    enabled an automatic merge when the pipeline for cd269563 succeeds

  • merged

  • Maxence Naud mentioned in commit f504d1ee

    mentioned in commit f504d1ee

  • mentioned in issue #70 (closed)

  • Please register or sign in to reply
    Loading