ClikaRT::nn::KVLayerSpec::ConvState
struct
Header: ClikaRT/nn/kv_cache.h
One short-conv rolling window: dim channels × width taps, the slab causal_conv_update binds as its state.
Data members
dim
int64_t dim = 0
Channels of the rolling window.
Declared in ClikaRT/nn/kv_cache.h, line 201
width
int64_t width = 0
Taps (window length) per channel.
Declared in ClikaRT/nn/kv_cache.h, line 203