This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
burn
mirror of
https://github.com/tracel-ai/burn.git
Watch
1
Star
0
Fork
You've already forked burn
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8f1526b9c9
burn
/
burn-autodiff
History
Zsombor
4fc0c27e31
Implement tensor.recip() function to calculate elementwise reciprocals (
#953
)
2023-11-15 09:17:32 -05:00
..
src
Implement tensor.recip() function to calculate elementwise reciprocals (
#953
)
2023-11-15 09:17:32 -05:00
Cargo.toml
Chore: Bump version for next release (
#900
)
2023-10-24 19:31:13 -04:00
LICENSE-APACHE
Refactor/backend autodiff (
#106
)
2022-11-19 12:37:06 -05:00
LICENSE-MIT
Refactor/backend autodiff (
#106
)
2022-11-19 12:37:06 -05:00
README.md
chore: get ready for next release (
#111
)
2022-11-20 12:59:10 -05:00
README.md
Burn Autodiff
Burn
autodiff backend
For now only first order reverse mode autodiff is supported.