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

Method get_tensor_name

llama.cpp:2035–2037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2033 }
2034
2035 const char * get_tensor_name(int i) const {
2036 return gguf_get_tensor_name(ctx_gguf, i);
2037 }
2038
2039 struct ggml_tensor * get_tensor_meta(int i) const {
2040 return ggml_get_tensor(ctx_meta, get_tensor_name(i));

Callers 2

llm_load_tensorsFunction · 0.80

Calls 1

gguf_get_tensor_nameFunction · 0.70

Tested by

no test coverage detected