llama_batch class final

Inheritance
Implemented types
Available extensions

Constructors

llama_batch()

Properties

address → Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
embd ↔ Pointer<Float>
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
logits ↔ Pointer<Int8>
getter/setter pair
n_seq_id ↔ Pointer<Int32>
getter/setter pair
n_tokens ↔ int
getter/setter pair
pos ↔ Pointer<Int32>
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
seq_id ↔ Pointer<Pointer<Int32>>
getter/setter pair
token ↔ Pointer<Int32>
getter/setter pair

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