You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes a bug in the function compute_const_folding_using_tf
where an already-folded StridedSlice node could set the 'update'
flag to True, causing an infinite loop.
A regression test was also added. The test checks for the infinite loop
by setting a timeout using the timeout-decorator module from pypi.
Signed-off-by: Ilya Sherstyuk <[email protected]>
Co-authored-by: Ilya Sherstyuk <[email protected]>
0 commit comments