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 if as a value expression #120

Merged
merged 4 commits into from
Sep 13, 2024
Merged

Conversation

wingertge
Copy link
Contributor

Simulates if as a value expression by assigning the return value to an outer variable. As a result, this only works with primitives right now. Also fixes some minor issues I encountered porting my deformable_conv2d implementation.

Testing

All tests pass, new test added for this feature.

@nathanielsimard nathanielsimard merged commit a8cbd14 into tracel-ai:main Sep 13, 2024
2 of 5 checks passed
@wingertge wingertge deleted the if-as-expr branch September 24, 2024 10:56
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