llama_batch class final

Inheritance
Implemented types
Available extensions

Constructors

llama_batch()

Properties

all_pos_0 int
getter/setter pair
all_pos_1 int
getter/setter pair
all_seq_id int
getter/setter pair
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<llama_pos>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seq_id Pointer<Pointer<llama_seq_id>>
getter/setter pair
token Pointer<llama_token>
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