Skip to content
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

Correctly show mixed iterator-non-iterator inputs/outputs #2481

Conversation

RunDevelopment
Copy link
Member

Fixes #2258.
Progress towards #2266.

This adds support for mixed iterator-non-iterator inputs and outputs in the frontend. This information is used to calculate the lineage of outputs and nodes, and to show which inputs/outputs are iterated in the chain editor.

image

Note: This PR only changes visuals. It does not fix the currently incorrect assignability of iterated and non-iterated nodes. I will fix this in follow-up PRs.

Copy link
Member

@joeyballentine joeyballentine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍

@joeyballentine joeyballentine merged commit 96c8636 into chaiNNer-org:main Jan 19, 2024
17 checks passed
@RunDevelopment RunDevelopment deleted the show-mixed-iter-non-iter-input-output branch January 19, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support mixed iterator-non-iterator inputs and outputs
2 participants