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

Add size_as parameter to ImageOutput #2965

Merged
merged 2 commits into from
Jun 30, 2024

Conversation

RunDevelopment
Copy link
Member

The new size_as parameter makes it possible to avoid Navi types in more nodes. size_as works the same way as shape_as in that it takes an input ID.

While I haven't done so yet, we can use this for output validation as in the future. Just like ImageOutput uses channels to verify the output image, we could do the same thing with size_as and shape_as. However, we'll need to give enfore more information to actually do that.

@joeyballentine joeyballentine merged commit 2503261 into chaiNNer-org:main Jun 30, 2024
17 checks passed
@RunDevelopment RunDevelopment deleted the size-as branch June 30, 2024 15:07
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.

2 participants