KVCache class
Properties
Methods
-
append(
List< Tensor2D> kNew, List<Tensor2D> vNew) → void - Append new key/value rows for each head (each arg shape (T, headDim)).
-
getK(
int h) → Tensor2D -
getV(
int h) → Tensor2D -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited