Update 'removeConstOfShape' recipe
- split the function in two for more comprehesive structure - change name from 'removeConstantOFShape' to 'foldConstantOfShape' since it describe way better what the function does - enhance function structure, Producer has got only one child Node by construction. No need to check
parent
9a6798c4
No related branches found
No related tags found
Pipeline #66481 failed
Stage: static_analysis
Stage: build
Stage: test
Stage: coverage
Stage: release
Showing
- src/operator/Conv.cpp 1 addition, 1 deletionsrc/operator/Conv.cpp
- src/recipes/FoldConstantOfShape.cpp 112 additions, 0 deletionssrc/recipes/FoldConstantOfShape.cpp
- src/recipes/removeConstantOfShape.cpp 0 additions, 125 deletionssrc/recipes/removeConstantOfShape.cpp
- unit_tests/recipes/Test_FoldConstantOfShape.cpp 16 additions, 16 deletionsunit_tests/recipes/Test_FoldConstantOfShape.cpp
src/recipes/FoldConstantOfShape.cpp
0 → 100644
Please register or sign in to comment