Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ llama_sampler_free
Function
llama_sampler_free
subprojects/llama.cpp/src/llama-sampling.cpp:416–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
}
415
416
void llama_sampler_free(struct llama_sampler * smpl) {
417
if (smpl == nullptr) {
418
return;
419
}
420
421
if (smpl->iface->free) {
422
smpl->iface->free(smpl);
423
}
424
425
delete smpl;
426
}
427
428
// empty sampler
429
Callers
8
Java_android_llama_cpp_LLamaAndroid_free_1sampler
Function · 0.85
llama_sampler_chain_free
Function · 0.85
main
Function · 0.85
apply
Method · 0.85
bench
Function · 0.85
test
Function · 0.85
common_sampler_free
Function · 0.85
operator()
Method · 0.85
Calls
1
free
Method · 0.45
Tested by
4
main
Function · 0.68
apply
Method · 0.68
bench
Function · 0.68
test
Function · 0.68