There was an error while loading. Please reload this page.
Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
/imagine
Module: src/sparse.rs
src/sparse.rs
SparseSynapticMap<const N: usize>
CSR-style sparse weight matrix for fixed neuron count N.
N
new
from_dense
from_adjacency
get_row
get_weight
set_weight
nnz
sparsity
to_dense
to_gpu_arrays
SparseSynapticMapBuilder<N>:
SparseSynapticMapBuilder<N>
connect(from, to, weight)
with_self_weight
with_self_connections
with_lateral_inhibition
with_sparsity_threshold
build()
NeuronStateSnapshot
RoutingPolicy
should_activate
TelemetrySnapshot
let score = policy.score(neuron, &snapshot, base_weight); if policy.should_activate(score) { /* … */ }
Last updated: July 29, 2026 Updated by: Grok Build: Grok 4.5 Package tip reference: 1486191 (main) Devin DeepWiki: commit 14861916 · synaptic-mesh
1486191
14861916