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
Module autograd
etensor_
core
0.0.1
Module autograd
Module Items
Modules
In crate etensor_
core
etensor_core
Module
autograd
Copy item path
Source
Expand description
The Calculus Engine: JAX-style Flight Recorder for backpropagation.
Modules
ยง
engine
The Backward Pass Runner.
gradients
The Gradient Map: Accumulates and stores backward pass derivatives.
nodes
Mathematical calculus rules for Tape operations.
tape
The Flight Recorder: Thread-local calculus tracking.