Expand description
Hyperdimensional computing operations and trait abstractions.
Contains the Hypervector trait definition, its implementation for HVec10240,
and scalar helper functions used by the bundle algorithm.
Constants§
- BUNDLE_
MAX_ PLANES - Max bit-planes for bit-sliced bundle accumulation.
Traits§
- Hypervector
- Common interface for hypervectors
Functions§
- bundle_
word_ scalar - Scalar bit-sliced addition for a single
u128word (HVec). - bundle_
word_ u64 - Bit-sliced majority for a single
u64word (BHVec).