Skip to content

Commit

Permalink
fix: subgraph boundaries with copies (#440)
Browse files Browse the repository at this point in the history
Here I come again. The following test shows that the current
`SiblingSubgraph` implementation does not preserve function types, which
is a bit ugly. The reason for this is the existence of copy nodes at the
input boundary. Fixing this will probably also allow us to handle copies
at the output boundary, which are currently disallowed.

---------

Co-authored-by: Agustín Borgna <[email protected]>
Co-authored-by: Seyon Sivarajah <[email protected]>
Co-authored-by: Alec Edgington <[email protected]>
Co-authored-by: Craig Roy <[email protected]>
  • Loading branch information
5 people authored Aug 29, 2023
1 parent 76402e3 commit ca4434e
Showing 1 changed file with 316 additions and 120 deletions.
Loading

0 comments on commit ca4434e

Please sign in to comment.