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

Function llama_get_model_tensor

llama.cpp:10095–10097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10093}
10094
10095struct ggml_tensor * llama_get_model_tensor(struct llama_model * model, const char * name) {
10096 return ggml_get_tensor(model->ctx, name);
10097}
10098
10099int llama_model_quantize(
10100 const char * fname_inp,

Callers 1

init_modelFunction · 0.85

Calls 1

ggml_get_tensorFunction · 0.70

Tested by

no test coverage detected