API Reference¶
Auto-generated from the source docstrings.
Top-level¶
- PyGaborSTM — main user-facing class.
- Config — configuration dataclass.
- Spectrogram, RSF — output data structures.
Pipeline stages¶
- AuditorySpectrogram — cochlear-model spectrogram (stage 1).
- GaborFilterbank — 2D Gabor filterbank + RSF extraction (stage 2).
Visualization & analysis¶
Internals¶
- Backend helpers — NumPy/CuPy switching, memory probe, dtype pairs.
- CUDA kernel — custom batched-SOS kernel for the y1 stage.