MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / empty

Method empty

smallthinker/src/llama-sampling.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 bool empty() const {
116 return sz == 0;
117 }
118
119 size_t size() const {
120 return sz;

Callers 15

llama_sampler_dry_applyFunction · 0.45
llama_sampler_init_dryFunction · 0.45
used_minMethod · 0.45
used_max_p1Method · 0.45
seq_pos_minMethod · 0.45
seq_pos_maxMethod · 0.45
select_weight_buftFunction · 0.45
load_tensorsMethod · 0.45
init_batchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected