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 torch.tesnor.fmod_ function #14950

Closed
wants to merge 0 commits into from

Conversation

paulaehab
Copy link
Contributor

Close #14946

@paulaehab paulaehab requested a review from sherry30 May 5, 2023 18:11
@ivy-leaves ivy-leaves added the PyTorch Frontend Developing the PyTorch Frontend, checklist triggered by commenting add_frontend_checklist label May 5, 2023
Copy link
Contributor

@sherry30 sherry30 left a comment

Choose a reason for hiding this comment

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

Hi Paula,

Looks good for the most part, but the instance methods in torch tensor ending with _ like fmod_ are all in place methods , you can checkout other similar inplace instance methods ending with _ in this class to get an idea how they're implemented. 😄

Thanks

@paulaehab
Copy link
Contributor Author

@sherry30 Sorry for this mistake I implement it but using torch_frontend.fmod because fmod function not implemented yet in torch.tensor to call it and Iadded TODO to implement this function

@paulaehab paulaehab requested a review from sherry30 May 8, 2023 11:08
@paulaehab paulaehab closed this May 9, 2023
@paulaehab paulaehab deleted the Add--torch.Tensor.fmod_ branch May 9, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PyTorch Frontend Developing the PyTorch Frontend, checklist triggered by commenting add_frontend_checklist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

torch.Tensor.fmod_
4 participants