macro_rules! wrap_graded {
($name:ident, $inner:ty, $v:ident, $threshold:expr) => { ... };
}Expand description
Wrapper: f64-output (rate/graded) → i32 spike interface via thresholding.
macro_rules! wrap_graded {
($name:ident, $inner:ty, $v:ident, $threshold:expr) => { ... };
}Wrapper: f64-output (rate/graded) → i32 spike interface via thresholding.