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
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
Loading
Please register or sign in to comment