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 code is used by 'replacement', cause name collisions. assert init_name_is_uniq not helps, because some substitutions work in parallel, (they see same source graph, accept same inzer_name ) then rewriter do substitutions, resulting one of initializers reused, others killed. It would be great, if rewriter at least reports the error.
A suppose it is rather a bug, considering latter: #1536
The text was updated successfully, but these errors were encountered:
I have an issue with
rewriter
, while creating an output value like this:maker_3.py.txt
this code is used by 'replacement', cause name collisions.
assert init_name_is_uniq
not helps, because some substitutions work in parallel, (they see same source graph, accept sameinzer_name
) then rewriter do substitutions, resulting one of initializers reused, others killed. It would be great, if rewriter at least reports the error.A suppose it is rather a bug, considering latter:
#1536
The text was updated successfully, but these errors were encountered: