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: added bilinear function #27956

Closed
wants to merge 40 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c4be140
first commit
Sanjay8602 Aug 9, 2023
b6bce71
Added the simplelinearalgebra function for histogram
Sanjay8602 Oct 2, 2023
df8715e
added the linear algebra fun for histogram
Sanjay8602 Oct 2, 2023
e65c7cf
created function fot slicing,joining manipulations
Sanjay8602 Oct 4, 2023
3960cdd
🤖 Lint code
ivy-branch Oct 4, 2023
82a3d16
Delete determine_tests.py
Sanjay8602 Oct 9, 2023
00d6d21
Delete ivy_tests/test_ivy/test_frontends/test_numpy/test_fft/test_dis…
Sanjay8602 Oct 9, 2023
7337c7f
Delete duplicate.py
Sanjay8602 Oct 9, 2023
0061c01
🤖 Lint code
ivy-branch Oct 4, 2023
f0c9aaf
Merge branch 'sanjay' of https://github.com/Sanjay8602/ivy into sanjay
Sanjay8602 Oct 16, 2023
f280b52
Delete ivy_tests/test_ivy/test_frontends/test_numpy/test_fft/test_dis…
Sanjay8602 Oct 16, 2023
7bae7a2
Delete ivy_tests/test_ivy/test_frontends/test_paddle/test_nn/test_fun…
Sanjay8602 Oct 16, 2023
c3d51e1
Delete determine_tests.py
Sanjay8602 Oct 16, 2023
857e841
Delete ivy/functional/frontends/paddle/tensor/linalg.py
Sanjay8602 Oct 16, 2023
6b88b04
Delete ivy/functional/frontends/paddle/nn/functional/norm.py
Sanjay8602 Oct 16, 2023
03db265
Feat: Added NN Norm Functions to PaddlePaddle Frontend
Sanjay8602 Oct 16, 2023
33c40ba
Merge branch 'sanjay' of https://github.com/Sanjay8602/ivy into sanjay
Sanjay8602 Oct 16, 2023
15b00d8
Added the batch normalisation in NN Paddle test
Sanjay8602 Oct 16, 2023
573bdd0
batch normalization
Sanjay8602 Oct 17, 2023
81b17d1
batch norm
Sanjay8602 Oct 17, 2023
b544e8f
🤖 Lint code
ivy-branch Oct 17, 2023
85ef210
Delete ivy_tests/test_ivy/test_frontends/test_torch/test_indexing_sli…
Sanjay8602 Oct 17, 2023
7e52b74
Delete ivy/functional/ivy/experimental/manipulation.py
Sanjay8602 Oct 17, 2023
8ffe765
Delete ivy/functional/frontends/torch/indexing_slicing_joining_mutati…
Sanjay8602 Oct 17, 2023
1112d04
Delete ivy/functional/backends/torch/experimental/manipulation.py
Sanjay8602 Oct 17, 2023
bbdc286
Delete ivy/functional/backends/tensorflow/experimental/manipulation.py
Sanjay8602 Oct 17, 2023
180d5dd
Delete ivy/functional/backends/numpy/experimental/manipulation.py
Sanjay8602 Oct 17, 2023
3ba25cf
Delete ivy/functional/backends/jax/experimental/manipulation.py
Sanjay8602 Oct 17, 2023
8eb456c
Delete ivy/data_classes/array/experimental/manipulation.py
Sanjay8602 Oct 17, 2023
e04b013
Delete ivy/data_classes/container/experimental/manipulation.py
Sanjay8602 Oct 17, 2023
9ed0ec8
Update test_norm.py
Sanjay8602 Oct 17, 2023
8f0df7f
🤖 Lint code
ivy-branch Oct 17, 2023
e7547fe
Update test_norm.py
Sanjay8602 Oct 18, 2023
27c57f5
🤖 Lint code
ivy-branch Oct 18, 2023
90ce917
bilinear function created
Sanjay8602 Jan 18, 2024
a0abebe
Merge branch 'sanjay' of https://github.com/Sanjay8602/ivy into sanjay
Sanjay8602 Jan 18, 2024
3f7619e
🤖 Lint code
ivy-branch Jan 18, 2024
6c4b1fd
Delete ivy_tests/test_ivy/test_frontends/test_paddle/test_nn/test_fun…
Sanjay8602 Jan 18, 2024
e71f415
Delete ivy/functional/frontends/paddle/nn/functional/norm.py
Sanjay8602 Jan 18, 2024
51ffbb1
Delete ivy_tests/test_ivy/test_functional/test_nn/test_norms.py
Sanjay8602 Jan 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
193 changes: 0 additions & 193 deletions determine_tests.py

This file was deleted.

Loading
Loading