You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As explained in the function reformatting open task, each function in the layers submodule should be updated to follow the implementation instructions given in the Deep Dive section of the docs. The updates should be applied for both the Ivy API and Backend API. The Deep Dive is the best general resource for learning in detail how functions should be implemented. Many of the functions are not implemented as they should be. You will need to make changes to the current implementations, but you do not need to go through all section of the Deep Dive. Specifically, you should make the following changes, where appropriate:
remove all lambda and direct bindings for backend functions, with each function instead defined using def.
update the function arguments and type hints.
add the correct docstrings
add thorough docstring examples
_
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
As explained in the function reformatting open task, each function in the layers submodule should be updated to follow the implementation instructions given in the Deep Dive section of the docs. The updates should be applied for both the Ivy API and Backend API. The Deep Dive is the best general resource for learning in detail how functions should be implemented. Many of the functions are not implemented as they should be. You will need to make changes to the current implementations, but you do not need to go through all section of the Deep Dive. Specifically, you should make the following changes, where appropriate:
remove all lambda and direct bindings for backend functions, with each function instead defined using def.
update the function arguments and type hints.
add the correct docstrings
add thorough docstring examples
_
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
_
#4769
#8980
#2073
#9639
#2103
#1116
#975
#9635
#1804
#7390
#1793
#9320
The text was updated successfully, but these errors were encountered: