Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Range] Enable range analysis for a bunch of monotonic functions #133

Draft
wants to merge 10 commits into
base: feature/ra_eltwise
Choose a base branch
from
Prev Previous commit
Next Next commit
[Range] Add Concat operator for scaled-integer range analysis
iksnagreb committed Sep 11, 2024
commit 0dfb6abb0ff084444656d80d27bd48e235f0ef17
1 change: 1 addition & 0 deletions src/qonnx/util/range_analysis.py
Original file line number Diff line number Diff line change
@@ -654,6 +654,7 @@ def calc_intrange_eltwise_monotonic(node, model, range_dict):
"Reshape": calc_intrange_eltwise_monotonic,
"Transpose": calc_intrange_eltwise_monotonic,
"Im2Col": calc_intrange_eltwise_monotonic,
"Concat": calc_intrange_eltwise_monotonic,
"Split": calc_intrange_eltwise_monotonic,
# Treat MultiThreshold as monotonic. This might be necessary for iterated
# rounds of activation function to MultiThreshold conversion to absorb