Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ functions
Functions
13,473 in github.com/antirez/llama.cpp-deepseek-v4-flash
⨍
Functions
13,473
◇
Types & classes
3,460
↳
Endpoints
3
↓ 101 callers
Function
madd
ggml/src/ggml-cpu/llamafile/sgemm.cpp:134
↓ 101 callers
Method
space
Matches zero or more whitespace characters (space, tab, newline). S -> [ \t\n]
common/peg-parser.h:422
↓ 99 callers
Function
ggml_are_same_shape
ggml/src/ggml.c:1530
↓ 99 callers
Method
rule
common/peg-parser.cpp:1230
↓ 98 callers
Function
get_pointer
ggml/src/ggml-sycl/common.hpp:609
↓ 96 callers
Method
append
src/llama-vocab.cpp:525
↓ 95 callers
Function
hsum
ggml/src/ggml-cpu/llamafile/sgemm.cpp:232
↓ 93 callers
Function
ggml_backend_tensor_set
ggml/src/ggml-backend.cpp:324
↓ 93 callers
Function
ggml_view_2d
ggml/src/ggml.c:3706
↓ 93 callers
Method
resize
src/llama-kv-cells.h:63
↓ 90 callers
Function
merge_maps
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp:403
↓ 86 callers
Function
common_tokenize
common/common.cpp:1571
↓ 86 callers
Function
token
token() encodes a 32-bit ID as 5 bytes: a 0xff marker followed by the ID in big-endian order.
tests/test-grammar-integration.cpp:45
↓ 82 callers
Method
insert
common/peg-parser.cpp:131
↓ 81 callers
Method
as_string
common/jinja/value.h:134
↓ 81 callers
Function
ggml_concat
ggml/src/ggml.c:2588
↓ 81 callers
Function
ggml_new_tensor_4d
ggml/src/ggml.c:1844
↓ 80 callers
Function
ggml_is_quantized
ggml/src/ggml.c:1337
↓ 80 callers
Function
ggml_new_tensor_2d
ggml/src/ggml.c:1825
↓ 79 callers
Method
error
()
tools/server/webui/src/lib/stores/mcp.svelte.ts:296
↓ 77 callers
Method
strip
common/jinja/string.cpp:163
↓ 76 callers
Function
ggml_get_next_tensor
ggml/src/ggml.c:1958
↓ 76 callers
Function
ggml_webgpu_make_tensor_bind_group_entry
ggml/src/ggml-webgpu/ggml-webgpu.cpp:460
↓ 76 callers
Function
ggml_webgpu_tensor_misalignment
ggml/src/ggml-webgpu/ggml-webgpu.cpp:387
↓ 75 callers
Function
ggml_get_first_tensor
ggml/src/ggml.c:1942
↓ 75 callers
Function
ggml_set_param
ggml/src/ggml.c:7781
↓ 75 callers
Function
ggml_view_4d
ggml/src/ggml.c:3748
↓ 74 callers
Method
dump
common/peg-parser.cpp:938
↓ 73 callers
Function
ggml_op_name
ggml/src/ggml.c:1343
↓ 73 callers
Function
llama_decode
src/llama-context.cpp:3484
↓ 73 callers
Method
stream
ggml/src/ggml-sycl/common.hpp:328
↓ 72 callers
Function
ggml_webgpu_hash_combine
ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp:55
↓ 72 callers
Function
mul_sum_i8_pairs_acc_int32x8
Integer variant of the function defined in ggml-quants.c multiply int8_t, add results pairwise twice and return as 256 bit int vector, then add the ac
ggml/src/ggml-cpu/arch/x86/repack.cpp:165
↓ 71 callers
Function
ggml_free
ggml/src/ggml.c:1629
↓ 71 callers
Function
ggml_get_op_params_f32
ggml/src/ggml-impl.h:158
↓ 70 callers
Method
add_kv
src/llama-model-saver.cpp:52
↓ 70 callers
Function
dp4a
ggml/src/ggml-sycl/dpct/helper.hpp:1851
↓ 70 callers
Function
ggml_set_input
ggml/src/ggml.c:7773
↓ 69 callers
Function
common_token_to_piece
common/common.cpp:1603
↓ 69 callers
Method
map
common/chat-peg-parser.cpp:252
↓ 67 callers
Function
ggml_init
ggml/src/ggml.c:1577
↓ 67 callers
Function
has_capability_or_fail
ggml/src/ggml-sycl/dpct/helper.hpp:2020
↓ 67 callers
Function
log
common/console.cpp:1146
↓ 67 callers
Method
read
ggml/src/gguf.cpp:258
↓ 66 callers
Method
empty
ggml/src/ggml-hexagon/ggml-hexagon.cpp:1598
↓ 66 callers
Function
ggml_cann_type_mapping
ggml/src/ggml-cann/acl_tensor.cpp:28
↓ 64 callers
Function
mul_sum_i8_pairs_acc_int32x16
multiply int8_t, add results pairwise twice and return as 512 bit int vector,then add the accumulator
ggml/src/ggml-cpu/arch/x86/repack.cpp:134
↓ 64 callers
Method
n_tokens
tools/server/server-task.cpp:1982
↓ 64 callers
Method
node
ggml/src/ggml-metal/ggml-metal-ops.cpp:75
↓ 63 callers
Function
common_batch_add
common/common.cpp:1548
↓ 62 callers
Method
clear
tools/server/server-common.h:204
↓ 62 callers
Method
format_tensor_name
(self, key: gguf.MODEL_TENSOR, bid: int | None = None, suffix: str = ".weight")
convert_hf_to_gguf.py:523
↓ 62 callers
Function
ggml_format_name
ggml/src/ggml.c:1921
↓ 62 callers
Function
llama_model_get_vocab
src/llama-model.cpp:9319
↓ 62 callers
Method
tag
Tags create nodes in the generated AST for semantic purposes. Unlike rules, you can tag multiple nodes with the same tag.
common/peg-parser.h:511
↓ 61 callers
Method
encode
src/llama-context.cpp:1259
↓ 61 callers
Function
ggml_transpose
ggml/src/ggml.c:3828
↓ 61 callers
Function
llama_get_memory
src/llama-context.cpp:3252
↓ 61 callers
Method
size
common/speculative.cpp:156
↓ 61 callers
Function
vaddvq_s32
ggml/src/ggml-cpu/ggml-cpu-impl.h:118
↓ 60 callers
Method
add_string
(self, key: str, val: str)
gguf-py/gguf/gguf_writer.py:316
↓ 60 callers
Method
clear
* @brief Clear all graphs from the cache (also frees memory). */
ggml/src/ggml-cann/common.h:414
↓ 60 callers
Method
type
Note: only for debugging and error reporting purposes
common/jinja/value.h:130
↓ 60 callers
Method
until
Matches all characters until a delimiter is found (delimiter not consumed). S -> (!delim .)
common/peg-parser.h:426
↓ 60 callers
Method
write
src/llama-context.cpp:2352
↓ 59 callers
Function
ggml_is_contiguous_1
ggml/src/ggml.c:1480
↓ 59 callers
Function
ggml_vk_tensor_subbuffer
ggml/src/ggml-vulkan/ggml-vulkan.cpp:6527
↓ 59 callers
Function
gguf_free
ggml/src/gguf.cpp:860
↓ 58 callers
Method
__init__
(self, *args, **kwargs)
convert_hf_to_gguf.py:10240
↓ 58 callers
Method
clear
src/llama-batch.cpp:655
↓ 58 callers
Function
dma_queue_pop
ggml/src/ggml-hexagon/htp/hex-dma.h:216
↓ 58 callers
Function
ggml_dup_tensor
ggml/src/ggml.c:1861
↓ 57 callers
Function
Q6_Vsf_equals_Vw
ggml/src/ggml-hexagon/htp/hvx-base.h:181
↓ 57 callers
Function
calculate_diff_split
common/chat-auto-parser-helpers.cpp:87
↓ 57 callers
Function
ggml_tensor_overhead
ggml/src/ggml.c:1444
↓ 56 callers
Function
ggml_is_contiguous_rows
ggml/src/ggml.c:1505
↓ 56 callers
Function
simple_assist_msg
tests/test-chat.cpp:820
↓ 55 callers
Function
nearest_int
===================== Helper functions
ggml/src/ggml-quants.c:559
↓ 54 callers
Function
assert_equals
tests/test-chat.cpp:90
↓ 54 callers
Method
execute
execute with error handling
common/jinja/runtime.cpp:54
↓ 54 callers
Function
llama_sampler_chain_add
src/llama-sampler.cpp:876
↓ 53 callers
Function
fastdiv
ggml/src/ggml-hexagon/htp/hex-fastdiv.h:26
↓ 53 callers
Method
has
* Check if key exists and is not expired.
tools/server/webui/src/lib/utils/cache-ttl.ts:83
↓ 53 callers
Method
log
tools/mtmd/mtmd-helper.cpp:74
↓ 53 callers
Method
set
* Set a value in cache with TTL.
tools/server/webui/src/lib/utils/cache-ttl.ts:64
↓ 52 callers
Function
ggml_set_op_params_i32
ggml/src/ggml-impl.h:163
↓ 52 callers
Function
ggml_vec_dot
ggml/src/ggml-cpu/ggml-cpu-impl.h:509
↓ 52 callers
Function
hvx_vec_splat_f32
ggml/src/ggml-hexagon/htp/hvx-base.h:41
↓ 51 callers
Method
add
common/ngram-mod.cpp:25
↓ 51 callers
Function
ggml_backend_tensor_get
ggml/src/ggml-backend.cpp:339
↓ 51 callers
Function
hex_round_up
ggml/src/ggml-hexagon/htp/hex-utils.h:65
↓ 51 callers
Function
llama_batch_free
src/llama-batch.cpp:907
↓ 51 callers
Function
llama_model_free
src/llama-model.cpp:9327
↓ 50 callers
Method
optional
Matches zero or one occurrence of a parser, always succeeds. S -> A?
common/peg-parser.h:395
↓ 49 callers
Function
dma_queue_push
ggml/src/ggml-hexagon/htp/hex-dma.h:271
↓ 49 callers
Method
get_input
ggml/src/ggml-openvino/openvino/node_context.h:68
↓ 49 callers
Method
load
src/llama-vocab.cpp:1749
↓ 48 callers
Function
XXH_readLE64
examples/gguf-hash/deps/xxhash/xxhash.h:3328
↓ 48 callers
Function
common_params_parse
common/arg.cpp:884
↓ 48 callers
Method
fail
common/peg-parser.h:140
← previous
next →
101–200 of 13,473, ranked by callers