-
Notifications
You must be signed in to change notification settings - Fork 39
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
base: feature/ra_eltwise
Are you sure you want to change the base?
[Range] Enable range analysis for a bunch of monotonic functions #133
Commits on Aug 24, 2024
-
[Range] Enable range analysis for a bunch of monotonic functions
Note: Also treats MultiThreshold as such a monotonic function, but this needs more testing. Maybe MultiThreshold needs some special case implementation more similar to the Quant operator?
Configuration menu - View commit details
-
Copy full SHA for d4f923b - Browse repository at this point
Copy the full SHA d4f923bView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ca8133 - Browse repository at this point
Copy the full SHA 3ca8133View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dfb6ab - Browse repository at this point
Copy the full SHA 0dfb6abView commit details
Commits on Sep 12, 2024
-
[Range] Add Softmax and LogSoftmax range analysis calculation
Note: Does not cover the integer range analysis yet
Configuration menu - View commit details
-
Copy full SHA for 534d423 - Browse repository at this point
Copy the full SHA 534d423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507ec8f - Browse repository at this point
Copy the full SHA 507ec8fView commit details -
[Range] Split should use calc_intrange_eltwise_monotonic_intrangefirst
Note: We should probably implement a specialized integer range calculation for Split, but for now this seems to work just fine and recovers the expected behavior from before the recent merge.
Configuration menu - View commit details
-
Copy full SHA for 83883b0 - Browse repository at this point
Copy the full SHA 83883b0View commit details -
Make MultiThreshold accept NC data layouts
Note: Does not change the node execution behavior as this is already covered by the assumptions of the multithreshold function, i.e., channels are axis 1.
Configuration menu - View commit details
-
Copy full SHA for 2899bcd - Browse repository at this point
Copy the full SHA 2899bcdView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c69db11 - Browse repository at this point
Copy the full SHA c69db11View commit details
Commits on Sep 20, 2024
-
[Range] Handle multiple outputs for integer range calculation
Note: Only adds this to calc_intrange_eltwise_monotonic_intrangefirst for now, which is only used for Split. The "scalebiasfirst" variant could be extended in a similar way, but there is a warning in case of multiple outputs - probably for some reason.
Configuration menu - View commit details
-
Copy full SHA for f967870 - Browse repository at this point
Copy the full SHA f967870View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 868c63a - Browse repository at this point
Copy the full SHA 868c63aView commit details