Docs.rs
ruvector-sparse-inference-0.1.31
ruvector-sparse-inference 0.1.31
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ruvnet
Dependencies
anyhow ^1.0
normal
byteorder ^1.5
normal
half ^2.4
normal
memmap2 ^0.9
normal
ndarray ^0.16
normal
parking_lot ^0.12
normal
rand ^0.8
normal
rand_distr ^0.4
normal
rayon ^1.10
normal
rkyv ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tracing ^0.1
normal
criterion ^0.5
dev
mockall ^0.13
dev
proptest ^1.5
dev
Versions
68.87%
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
Module ops
ruvector_
sparse_
inference
0.1.31
Module ops
Module Items
Structs
Functions
In crate ruvector_
sparse_
inference
ruvector_sparse_inference
Module
ops
Copy item path
Source
Expand description
Basic neural network operations
Structs
§
Embedding
Embedding layer
Layer
Norm
LayerNorm
Linear
Linear layer (fully connected)
RMSNorm
RMSNorm (Root Mean Square Layer Normalization)
Functions
§
gelu
GELU activation
relu
ReLU activation
silu
SiLU (Swish) activation function