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
↓ 16 callers
Function
pack_q8_0_quants
ggml/src/ggml-hexagon/ggml-hexagon.cpp:701
↓ 16 callers
Function
read
tests/test-json-schema-to-grammar.cpp:74
↓ 16 callers
Function
recv_msg
ggml/src/ggml-rpc/ggml-rpc.cpp:268
↓ 16 callers
Function
regex_to_reversed_partial_regex
Transforms a regex pattern to a partial match pattern that operates on a reversed input string to find partial final matches of the original pattern.
common/regex-partial.cpp:71
↓ 16 callers
Method
set_swa_pattern
src/llama-hparams.cpp:8
↓ 16 callers
Method
stream
* @brief Get or create a stream for a given index. * @param stream Index of the stream. * @return The stream corresponding to the given inde
ggml/src/ggml-cann/common.h:612
↓ 16 callers
Method
tensor_force_quant
(self, name: str, new_name: str, bid: int | None, n_dims: int)
convert_hf_to_gguf.py:581
↓ 16 callers
Function
vaddvq_f32
ggml/src/ggml-cpu/ggml-cpu-impl.h:122
↓ 16 callers
Function
vpaddq_s32
ggml/src/ggml-cpu/ggml-cpu-impl.h:112
↓ 15 callers
Function
XXH3_mix16B
* DISCLAIMER: There are known *seed-dependent* multicollisions here due to * multiplication by zero, affecting hashes of lengths 17 to 240. * * How
examples/gguf-hash/deps/xxhash/xxhash.h:4656
↓ 15 callers
Function
_print
(text="", end="\n")
scripts/server-test-parallel-tc.py:45
↓ 15 callers
Function
aclnn_cast
* @brief Casts the data type of a source tensor to a destination tensor. * * This function casts the data type of the source tensor `acl_src` to the
ggml/src/ggml-cann/aclnn_ops.cpp:187
↓ 15 callers
Method
allocated_total
tests/test-alloc.cpp:24
↓ 15 callers
Function
clamp
ggml/src/ggml-sycl/element_wise.cpp:298
↓ 15 callers
Method
decode
tests/test-backend-sampler.cpp:116
↓ 15 callers
Method
get_ne
ggml/src/gguf.cpp:179
↓ 15 callers
Method
get_type
(val: Any)
gguf-py/gguf/constants.py:4204
↓ 15 callers
Function
ggml_backend_buffer_get_type
ggml/src/ggml-backend.cpp:193
↓ 15 callers
Function
ggml_backend_get_default_buffer_type
ggml/src/ggml-backend.cpp:237
↓ 15 callers
Function
ggml_backend_load_best
ggml/src/ggml-backend-reg.cpp:461
↓ 15 callers
Function
ggml_backend_synchronize
ggml/src/ggml-backend.cpp:414
↓ 15 callers
Function
ggml_can_repeat
check if t1 can be represented as a repetition of t0
ggml/src/ggml.c:1555
↓ 15 callers
Function
ggml_conv_2d_direct
ggml/src/ggml.c:4774
↓ 15 callers
Function
ggml_div
ggml/src/ggml.c:2273
↓ 15 callers
Function
ggml_metal_op_concurrency_reset
ggml/src/ggml-metal/ggml-metal-ops.cpp:147
↓ 15 callers
Function
ggml_new_graph_custom
ggml/src/ggml.c:7261
↓ 15 callers
Function
ggml_relu
ggml/src/ggml.c:2703
↓ 15 callers
Function
ggml_soft_max
ggml/src/ggml.c:4038
↓ 15 callers
Function
ggml_tanh
ggml/src/ggml.c:2675
↓ 15 callers
Function
gguf_get_tensor_name
ggml/src/gguf.cpp:1048
↓ 15 callers
Function
gguf_init_empty
ggml/src/gguf.cpp:367
↓ 15 callers
Function
hvx_vec_reduce_sum_f32x2
ggml/src/ggml-hexagon/htp/hvx-reduce.h:64
↓ 15 callers
Method
id_to_title
(string)
gguf-py/gguf/metadata.py:235
↓ 15 callers
Function
incr_ptr_aligned
ggml/src/ggml.c:7228
↓ 15 callers
Method
is_empty
src/llama-kv-cells.h:72
↓ 15 callers
Function
llama_perf_context_print
src/llama-context.cpp:3511
↓ 15 callers
Function
llama_set_param
src/llama-context.cpp:2702
↓ 15 callers
Function
llama_vocab_get_add_eos
src/llama-vocab.cpp:3931
↓ 15 callers
Function
make_context
tests/test-alloc.cpp:125
↓ 15 callers
Method
parse
common/peg-parser.cpp:899
↓ 15 callers
Method
release
tools/server/server-context.cpp:410
↓ 15 callers
Function
run
tests/test-alloc.cpp:586
↓ 15 callers
Method
to_json
tools/server/server-task.cpp:30
↓ 15 callers
Method
unset_option
common/preset.cpp:138
↓ 15 callers
Function
usage
tools/quantize/quantize.cpp:125
↓ 15 callers
Function
verify_parsing
tests/test-grammar-parser.cpp:25
↓ 14 callers
Function
XXH3_avalanche
* This is a fast avalanche stage, * suitable when input bits are already partially mixed */
examples/gguf-hash/deps/xxhash/xxhash.h:4507
↓ 14 callers
Function
XXH64_round
! @copydoc XXH32_round */
examples/gguf-hash/deps/xxhash/xxhash.h:3401
↓ 14 callers
Method
_get
( self, offset: int, dtype: npt.DTypeLike, count: int = 1, override_order: None | Literal['I', 'S', '<
gguf-py/gguf/gguf_reader.py:197
↓ 14 callers
Function
_print
(text="", end="\n")
scripts/server-test-structured.py:41
↓ 14 callers
Method
add
ggml/src/ggml-rpc/ggml-rpc.cpp:224
↓ 14 callers
Method
add_add_space_prefix
(self, value: bool)
gguf-py/gguf/gguf_writer.py:1096
↓ 14 callers
Method
add_expert_count
(self, count: int)
gguf-py/gguf/gguf_writer.py:826
↓ 14 callers
Function
apir_decode_size_t
ggml/src/ggml-virtgpu/backend/shared/apir_cs.h:273
↓ 14 callers
Function
apir_encode
ggml/src/ggml-virtgpu/backend/shared/apir_cs.h:143
↓ 14 callers
Function
apir_encode_size_t
ggml/src/ggml-virtgpu/backend/shared/apir_cs.h:268
↓ 14 callers
Function
assign_names
tests/test-alloc.cpp:147
↓ 14 callers
Method
buildFinalTimings
( capturedTimings: ChatMessageTimings | undefined, agenticTimings: ChatMessageAgenticTimings )
tools/server/webui/src/lib/stores/agentic.svelte.ts:588
↓ 14 callers
Function
build_tool_call
Helper to build tool call JSON
tests/test-chat-auto-parser.cpp:782
↓ 14 callers
Method
decode
(self, ids: list[int])
tests/test-tokenizer-random.py:124
↓ 14 callers
Function
dummy_backend_init
tests/test-alloc.cpp:93
↓ 14 callers
Method
get_n_rs
src/llama-memory-recurrent.cpp:1137
↓ 14 callers
Method
get_rope_freq_base
src/llama-model.cpp:8569
↓ 14 callers
Method
get_rope_freq_scale
src/llama-model.cpp:8573
↓ 14 callers
Function
ggml_backend_buffer_name
ggml/src/ggml-backend.cpp:103
↓ 14 callers
Function
ggml_backend_buft_is_host
ggml/src/ggml-backend.cpp:72
↓ 14 callers
Function
ggml_backend_sched_get_tensor_backend
ggml/src/ggml-backend.cpp:1969
↓ 14 callers
Function
ggml_backend_tensor_get_async
ggml/src/ggml-backend.cpp:268
↓ 14 callers
Function
ggml_cl2_init
Initialize device if it is supported (returns nullptr if it is not).
ggml/src/ggml-opencl/ggml-opencl.cpp:3087
↓ 14 callers
Function
ggml_gallocr_hash_get
ggml/src/ggml-alloc.c:583
↓ 14 callers
Function
ggml_repeat
ggml/src/ggml.c:2536
↓ 14 callers
Function
ggml_vk_align_size
ggml/src/ggml-vulkan/ggml-vulkan.cpp:6703
↓ 14 callers
Function
ggml_vk_ctx_end
ggml/src/ggml-vulkan/ggml-vulkan.cpp:6641
↓ 14 callers
Function
ggml_vk_print_matrix_area
ggml/src/ggml-vulkan/ggml-vulkan.cpp:11963
↓ 14 callers
Function
ggml_vk_submit
ggml/src/ggml-vulkan/ggml-vulkan.cpp:2410
↓ 14 callers
Function
gguf_check_reserved_keys
ggml/src/gguf.cpp:1072
↓ 14 callers
Function
gguf_find_tensor
ggml/src/gguf.cpp:1027
↓ 14 callers
Function
gguf_get_tensor_offset
ggml/src/gguf.cpp:1043
↓ 14 callers
Function
llama_log_set
src/llama-impl.cpp:32
↓ 14 callers
Function
llama_max_devices
src/llama.cpp:57
↓ 14 callers
Method
load
(model_plus: ModelPlus)
examples/convert_legacy_llama.py:331
↓ 14 callers
Method
make_stream_request
( self, method: str, path: str, data: dict | None = None, headers: dic
tools/server/tests/utils.py:349
↓ 14 callers
Function
move_cursor
common/console.cpp:666
↓ 14 callers
Function
normalizeModelName
(modelName: string)
tools/server/webui/src/lib/utils/model-names.ts:20
↓ 14 callers
Method
reset
tools/server/server-context.cpp:195
↓ 14 callers
Function
send_msg
ggml/src/ggml-rpc/ggml-rpc.cpp:261
↓ 14 callers
Function
test_grammar
tests/test-grammar-integration.cpp:188
↓ 14 callers
Function
to_uppercase
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp:199
↓ 14 callers
Function
vcvtnq_s32_f32
ggml/src/ggml-cpu/ggml-cpu-impl.h:132
↓ 14 callers
Function
vk_op_unary_push_constants_init
ggml/src/ggml-vulkan/ggml-vulkan.cpp:1150
↓ 13 callers
Method
_pack
(self, fmt: str, value: Any, skip_pack_prefix: bool = False)
gguf-py/gguf/gguf_writer.py:1304
↓ 13 callers
Function
_print
(text="", end="\n")
scripts/server-test-function-call.py:33
↓ 13 callers
Method
add_description
(self, description: str)
gguf-py/gguf/gguf_writer.py:568
↓ 13 callers
Method
add_expert_shared_count
(self, count: int)
gguf-py/gguf/gguf_writer.py:832
↓ 13 callers
Function
check_all_allocated
tests/test-alloc.cpp:187
↓ 13 callers
Function
clip_image_f32_init
tools/mtmd/clip.cpp:2763
↓ 13 callers
Function
common_chat_template_direct_apply_impl
common/chat.cpp:756
↓ 13 callers
Function
common_sampler_init
common/sampling.cpp:187
↓ 13 callers
Method
create
* Creates a default GgufMetadataReader instance */
examples/llama.android/lib/src/main/java/com/arm/aichat/gguf/GgufMetadataReader.kt:55
↓ 13 callers
Function
fn
(_m, input, output)
examples/model-conversion/scripts/utils/common.py:104
← previous
next →
601–700 of 13,473, ranked by callers