Docs.rs
burn-optim-0.19.1
burn-optim 0.19.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
burn-collective ^0.19.1
normal
optional
burn-core ^0.19.1
normal
burn-cuda ^0.19.1
normal
optional
burn-fusion ^0.19.1
normal
optional
burn-remote ^0.19.1
normal
optional
burn-rocm ^0.19.1
normal
optional
burn-router ^0.19.1
normal
optional
burn-tch ^0.19.1
normal
optional
burn-wgpu ^0.19.1
normal
optional
derive-new ^0.7.0
normal
hashbrown ^0.15.5
normal
log ^0.4.28
normal
optional
num-traits ^0.2.19
normal
serde ^1.0.228
normal
burn-autodiff ^0.19.1
dev
burn-ndarray ^0.19.1
dev
burn-nn ^0.19.1
dev
rstest ^0.26.1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
burn_optim/optim/simple/record/
mod.rs
1
mod
base;
2
mod
v1;
3
4
pub use
base::
*
;
5
pub use
v1::
*
;