llama-cpp-d ~master (2026-03-20T18:06:26.5280947)
Dub
Repo
OwnedBatch
llama
batch
A
llama_batch
that frees itself when it goes out of scope.
struct
OwnedBatch {
this
();
this(this)
;
~this
();
llama_batch
get
();
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
get
llama_batch
get
()
Underlying batch.
Meta
Source
See Implementation
llama
batch
functions
allocBatch
batchAdd
batchClear
batchGetOne
structs
OwnedBatch
A llama_batch that frees itself when it goes out of scope.