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

fix: Issue with unsupported dtypes #27934

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

vedpatwardhan
Copy link
Contributor

  1. fixed an issue with _nested_get that was failing the unsupported dtypes function when testing with a frontend tensor method that uses the .to call as we can't infer the type of the instance where .to is being called in arbitrary code.
  2. also updated the log1p frontend method and the relu frontend method implementations for the same.

… dtypes function when testing with a frontend tensor method that uses the .to call as we can't infer the type of the instance where .to is being called in arbitrary code, also updated the log1p frontend method implementations for the same
@vedpatwardhan vedpatwardhan merged commit 288ea0d into ivy-llc:main Jan 17, 2024
136 of 141 checks passed
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.

1 participant