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

feat: Add cauchy Instance Methods to PyTorch Frontend #26791

Closed
wants to merge 4 commits into from

Conversation

Pandey-utkarsh
Copy link
Contributor

@Pandey-utkarsh Pandey-utkarsh commented Oct 8, 2023

PR Description

#26790

Related Issue

Close #26790

Checklist

  • Did you add a function?
  • Did you add the tests?
  • Did you run your tests and are your tests passing?
  • Did pre-commit not fail on any check?
  • Did you follow the steps we provided?

Socials

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2023

Thank you for this PR, here is the CI results:


This pull request does not result in any additional test failures. Congratulations!

@ivy-leaves ivy-leaves added PyTorch Frontend Developing the PyTorch Frontend, checklist triggered by commenting add_frontend_checklist Ivy Functional API labels Oct 9, 2023
@joaozenobio joaozenobio removed their assignment Feb 24, 2024
@ivy-seed
Copy link

This PR has been labelled as stale because it has been inactive for more than 7 days. If you would like to continue working on this PR, then please add another comment or this PR will be closed in 7 days.

@ivy-seed ivy-seed added the Stale label Mar 23, 2024
Comment on lines +224 to +226
return ivy.current_backend().random_cauchy(
mean=mean, std=std, shape=shape, dtype=dtype, seed=seed, device=device, out=out
)
Copy link
Contributor

Choose a reason for hiding this comment

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

random_cauchy doesn't exist in the backend apis right now, you'll have to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ivy Functional API PyTorch Frontend Developing the PyTorch Frontend, checklist triggered by commenting add_frontend_checklist Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cauchy_
8 participants