| 19946 | } |
| 19947 | |
| 19948 | enum ggml_sparse_deriv gguf_get_sparse_deriv(const struct gguf_context * ctx) { |
| 19949 | return ctx->sparse_deriv; |
| 19950 | } |
| 19951 | |
| 19952 | int gguf_find_tensor(const struct gguf_context * ctx, const char * name) { |
| 19953 | // return -1 if tensor not found |
no outgoing calls
no test coverage detected