llama_kv_cache_view_cell class final

Information associated with an individual cell in the KV cache view.

Inheritance
Implemented types
Available extensions

Constructors

llama_kv_cache_view_cell()

Properties

hashCode int
The hash code for this object.
no setterinherited
pos int
The position for this cell. Takes KV cache shifts into account. May be negative if the cell is not populated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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