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
Support pytree inputs when program capture enabled (#2165)
**Context:**
Change broken off from #2078, since it's basically it's own feature.
**Description of the Change:**
Just determine the inputs to `from_plxpr` from the plxpr itself. This
means they will always match what's expected.
**Benefits:**
Always accurate with arbitrary nested arguments.
**Possible Drawbacks:**
Won't work with dynamically shaped inputs, but we don't support that yet
anyway.
**Related GitHub Issues:**
[sc-102817]
0 commit comments