]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
gguf : add tensor shape accessor (#24405)
authorQuintinShaw <redacted>
Mon, 13 Jul 2026 10:55:15 +0000 (18:55 +0800)
committerGitHub <redacted>
Mon, 13 Jul 2026 10:55:15 +0000 (13:55 +0300)
commitad8d8219915df8e423768d082d1dccfccb6e8437
tree6e351eaed0bcdb6f45fa5a87b801493b80c61ab0
parent91c631b21d6e5d09e9c6659efdf6baeef5a44ddb
gguf : add tensor shape accessor (#24405)

* gguf : add tensor shape accessors

* gguf : return tensor shape as const int64_t *

* gguf : remove n_dims accessor, keep only gguf_get_tensor_ne
ggml/include/gguf.h
ggml/src/gguf.cpp
tests/test-gguf.cpp