Expand description
Synaptic Neural WASM - WASM-optimized neural network engine
This crate provides high-performance neural network operations optimized for WebAssembly with SIMD acceleration support.
Modules§
- simd
- SIMD-accelerated operations
Structs§
- Layer
- Neural network layer
- Neural
Network - Neural network
- Performance
- Performance utilities
Enums§
- Activation
- Activation functions
- Layer
Type - Layer types
- Neural
Error - Neural network errors
Functions§
- init_
panic_ hook - WebAssembly utilities
- measure_
time - Measure execution time