Docs.rs
scivex-nn-0.1.1
scivex-nn 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
scivex
Dependencies
scivex-core ^0.1.1
normal
scivex-gpu ^0.1.1
normal
optional
serde ^1
normal
optional
criterion ^0.5
dev
Versions
98.21%
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
Skip to main content
Module variable
scivex_
nn
0.1.1
Module variable
Module Items
Structs
In crate scivex_
nn
scivex_nn
Module
variable
Copy item path
Source
Expand description
Autograd computation graph node.
Structs
§
Variable
A variable in the computation graph that wraps a
Tensor
and supports reverse-mode automatic differentiation.