Merge branch 'feature/streamlining' into dev
No related branches found
No related tags found
Showing
- src/finn/core/execute_custom_node.py 0 additions, 3 deletionssrc/finn/core/execute_custom_node.py
- src/finn/core/modelwrapper.py 52 additions, 8 deletionssrc/finn/core/modelwrapper.py
- src/finn/core/multithreshold.py 6 additions, 4 deletionssrc/finn/core/multithreshold.py
- src/finn/core/onnx_exec.py 15 additions, 0 deletionssrc/finn/core/onnx_exec.py
- src/finn/core/utils.py 9 additions, 0 deletionssrc/finn/core/utils.py
- src/finn/transformation/fold_constants.py 7 additions, 2 deletionssrc/finn/transformation/fold_constants.py
- src/finn/transformation/general.py 36 additions, 3 deletionssrc/finn/transformation/general.py
- src/finn/transformation/streamline.py 189 additions, 0 deletionssrc/finn/transformation/streamline.py
- tests/test_batchnorm_to_affine.py 4 additions, 70 deletionstests/test_batchnorm_to_affine.py
- tests/test_brevitas_export.py 3 additions, 97 deletionstests/test_brevitas_export.py
- tests/test_collapse_repeated_op.py 1 addition, 3 deletionstests/test_collapse_repeated_op.py
- tests/test_factor_out_mul_sign_magnitude.py 29 additions, 0 deletionstests/test_factor_out_mul_sign_magnitude.py
- tests/test_fold_constants.py 17 additions, 0 deletionstests/test_fold_constants.py
- tests/test_general_transformation.py 2 additions, 2 deletionstests/test_general_transformation.py
- tests/test_modelwrapper.py 10 additions, 73 deletionstests/test_modelwrapper.py
- tests/test_move_add_past_mul.py 2 additions, 6 deletionstests/test_move_add_past_mul.py
- tests/test_move_scalar_past_matmul.py 2 additions, 6 deletionstests/test_move_scalar_past_matmul.py
- tests/test_renaming.py 31 additions, 4 deletionstests/test_renaming.py
- tests/test_sign_to_thres.py 39 additions, 0 deletionstests/test_sign_to_thres.py
- tests/test_streamline.py 67 additions, 0 deletionstests/test_streamline.py
Loading
Please register or sign in to comment