Docs.rs
burn-ndarray-0.19.1
burn-ndarray 0.19.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
atomic_float ^1
normal
blas-src ^0.14.0
normal
optional
burn-autodiff ^0.19.1
normal
optional
burn-common ^0.19.1
normal
burn-ir ^0.19.1
normal
burn-tensor ^0.19.1
normal
bytemuck ^1.24.0
normal
optional
const-random ^0.1
normal
derive-new ^0.7.0
normal
itertools ^0.14
normal
optional
libm ^0.2.15
normal
macerator ^0.2.9
normal
optional
matrixmultiply ^0.3.10
normal
ndarray ^0.16.1
normal
num-traits ^0.2.19
normal
openblas-src ^0.10.12
normal
optional
paste ^1
normal
rand ^0.9.2
normal
seq-macro ^0.3
normal
optional
spin ^0.10.0
normal
burn-autodiff ^0.19.1
dev
burn-tensor ^0.19.1
dev
portable-atomic-util ^0.2.4
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
iter_par
burn_
ndarray
0.19.1
burn_ndarray
Macro
iter_
par
Copy item path
Source
macro_rules! iter_par { ( $iter:expr ) => { ... }; }
Available on
crate feature
multi-threads
only.
Expand description
Macro for iterating in parallel.