k property

List<Tensor?> k
final

Per-KV-head running K, shape [T_seen, headDim]. null until the first append.

Implementation

final List<Tensor?> k;