Docs.rs
etensor-core-0.0.1
etensor-core 0.0.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
gorka-ai
Dependencies
matrixmultiply ^0.3.10
normal
ndarray ^0.17.2
normal
rayon ^1.12.0
normal
safetensors ^0.7.0
normal
thiserror ^2.0.18
normal
criterion ^0.5
dev
Versions
68.32%
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
Skip to main content
Files
etensor_core/backends/
mod.rs
1
//! Hardware execution kernels and drivers.
2
3
pub mod
traits;
4
pub mod
cpu;