MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / size

Method size

common/sampling.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 size_t size() const {
101 return sz;
102 }
103
104 size_t capacity = 0;
105 size_t sz = 0;

Callers 7

set_logitsMethod · 0.45
common_sampler_initFunction · 0.45
common_sampler_sampleFunction · 0.45
common_sampler_prev_strFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected