-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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: created func for bilinear #28193
Closed
Closed
Changes from all commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
7c564ec
created function for bilinear
Sanjay8602 2573c52
🤖 Lint code
ivy-branch 93d022f
rotate function created
Sanjay8602 f406f1d
Merge branch 'master' of https://github.com/Sanjay8602/ivy
Sanjay8602 af1eb79
🤖 Lint code
ivy-branch 0d7b7ee
Delete ivy_tests/test_ivy/test_frontends/test_paddle/test_vision/test…
Sanjay8602 9e85ca0
Delete ivy/functional/frontends/paddle/vision/transforms.py
Sanjay8602 f873cbd
Merge branch 'unifyai:main' into master
Sanjay8602 6b3c7ce
bilinear function created
Sanjay8602 0e5e330
bilinear function is defined
Sanjay8602 8f796bb
Merge branch 'master' of https://github.com/Sanjay8602/ivy
Sanjay8602 2da3824
🤖 Lint code
ivy-branch 8e30148
Update test_common.py
Sanjay8602 1e7ff04
🤖 Lint code
ivy-branch 1c98200
Update common.py
Sanjay8602 4038a1f
🤖 Lint code
ivy-branch 60207d1
Merge branch 'unifyai:main' into master
Sanjay8602 fc04d99
Merge branch 'unifyai:main' into master
Sanjay8602 e03a2c5
Update test_common.py
Sanjay8602 7f9c9bf
🤖 Lint code
ivy-branch d73e518
mistake reseted
Sanjay8602 b05912b
🤖 Lint code
ivy-branch 58b2916
mistake reseted.
Sanjay8602 88b0217
mistake reseted.
Sanjay8602 cea6aa6
🤖 Lint code
ivy-branch d154041
mistake reseted.
Sanjay8602 c8ded42
.
Sanjay8602 dc8aae0
🤖 Lint code
ivy-branch 4f88e3f
bilinear func crearted
Sanjay8602 9d2bf3f
bilinerar func created
Sanjay8602 000dd2d
🤖 Lint code
ivy-branch a7934e3
Merge remote-tracking branch 'upstream/main' into pr/28193
NripeshN d452c7b
Update test_common.py
Sanjay8602 1e8a792
Update common.py
Sanjay8602 01f3ab0
🤖 Lint code
ivy-branch eeb2690
Update test_common.py
Sanjay8602 c71591c
Update test_common.py
Sanjay8602 54bfe56
🤖 Lint code
ivy-branch 1872c4f
Update common.py
Sanjay8602 098e624
🤖 Lint code
ivy-branch 3c49f44
Update common.py
Sanjay8602 ce94bdb
🤖 Lint code
ivy-branch 691cad0
Update test_common.py
Sanjay8602 e8d03b4
🤖 Lint code
ivy-branch 87a82ae
Update test_common.py
Sanjay8602 1ea9a1f
Update test_common.py
Sanjay8602 567b18b
Update test_common.py
Sanjay8602 81a31f9
Update test_common.py
Sanjay8602 9802f88
🤖 Lint code
ivy-branch 2920db2
Update test_common.py
Sanjay8602 95d736c
🤖 Lint code
ivy-branch b895315
Update test_common.py
Sanjay8602 c0d48c4
Update test_common.py
Sanjay8602 bb1fa76
🤖 Lint code
ivy-branch a667f57
Update test_common.py
Sanjay8602 6926274
Update test_common.py
Sanjay8602 b111969
Update common.py
Sanjay8602 14da719
Update test_common.py
Sanjay8602 081c814
Update test_common.py
Sanjay8602 199e4d7
🤖 Lint code
ivy-branch 008b4c5
Update test_common.py
Sanjay8602 ece23a4
Update common.py
Sanjay8602 1a8b084
Update test_common.py
Sanjay8602 876dedc
Update test_common.py
Sanjay8602 419a459
Update common.py
Sanjay8602 a6b083c
🤖 Lint code
ivy-branch aa8a7b0
Update test_common.py
Sanjay8602 41fa740
Update test_common.py
Sanjay8602 490b363
🤖 Lint code
ivy-branch 3899319
Update test_common.py
Sanjay8602 6fe0795
🤖 Lint code
ivy-branch 8aee790
Update test_common.py
Sanjay8602 b3d8b36
🤖 Lint code
ivy-branch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dtype_and_values helper function return max 3 values,
please check the definition of it and use the appropriate helper function for generating the test data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.