Add missing attributes to operators
Context
For some operators, not all ONNX supported attributes were added to Aidge. This MR is dedicated to complete those operators:
- Reshape: add 'allowzero' attribute
- Slice: add 'steps' input
Fixes a part of Issue_70 and Issue_10
Modified files
-
Reshape.hpp
,Reshape.cpp
andpybind_Reshape.cpp
, add 'allowzero' attribute to Reshape operator; -
Slice.hpp
,Slice.cpp
andpybind_Slice.cpp
, add 'steps' attribute to Slice operator;
TODO
-
Add all Reshape attributes -
Add all Slice attributes
Edited by Houssem ROUIS
Merge request reports
Activity
Filter activity
changed milestone to %aidge - May 2024
added Fix 🔥🔥 Missing PriorityMedium StatusWork in Progress TopicOperator labels
added 3 commits
-
8cce26f5...95481066 - 2 commits from branch
eclipse/aidge:dev
- 0daa24ea - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_core into fix/add_missing_attr
-
8cce26f5...95481066 - 2 commits from branch
added 3 commits
-
8cce26f5...95481066 - 2 commits from branch
eclipse/aidge:dev
- 0daa24ea - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_core into fix/add_missing_attr
-
8cce26f5...95481066 - 2 commits from branch
@pineapple can you merge this please?
assigned to @hrouis
requested review from @pineapple
removed StatusWork in Progress label
added StatusReview Ready label
Please register or sign in to reply