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

Method size

smallthinker/src/llama-model.cpp:4530–4532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4528}
4529
4530size_t llama_model::size() const {
4531 return pimpl->n_bytes;
4532}
4533
4534size_t llama_model::n_tensors() const {
4535 return tensors_by_name.size();

Callers 9

load_tensorsMethod · 0.45
n_tensorsMethod · 0.45
n_devicesMethod · 0.45
llm_build_qwen2Method · 0.45
llama_model_meta_countFunction · 0.45
llama_model_sizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected