Merge branch 'feature/refactor_custom_op_infra' into dev
No related branches found
No related tags found
Showing
- src/finn/core/execute_custom_node.py 8 additions, 23 deletionssrc/finn/core/execute_custom_node.py
- src/finn/core/multithreshold.py 0 additions, 63 deletionssrc/finn/core/multithreshold.py
- src/finn/custom_op/__init__.py 18 additions, 0 deletionssrc/finn/custom_op/__init__.py
- src/finn/custom_op/multithreshold.py 91 additions, 0 deletionssrc/finn/custom_op/multithreshold.py
- src/finn/custom_op/registry.py 8 additions, 0 deletionssrc/finn/custom_op/registry.py
- src/finn/transformation/infer_datatypes.py 30 additions, 29 deletionssrc/finn/transformation/infer_datatypes.py
- src/finn/transformation/infer_shapes.py 9 additions, 5 deletionssrc/finn/transformation/infer_shapes.py
- tests/test_multi_thresholding.py 4 additions, 3 deletionstests/test_multi_thresholding.py
src/finn/core/multithreshold.py
deleted
100755 → 0
src/finn/custom_op/__init__.py
0 → 100644
src/finn/custom_op/multithreshold.py
0 → 100644
src/finn/custom_op/registry.py
0 → 100644
Please register or sign in to comment