MCPcopy Create free account

hub / github.com/antirez/llama.cpp-deepseek-v4-flash / functions

Functions13,473 in github.com/antirez/llama.cpp-deepseek-v4-flash

↓ 9 callersFunctioncommon_model_params_to_llama
common/common.cpp:1449
↓ 9 callersFunctiondiv_round_up
ggml/src/ggml-cpu/spacemit/ime.cpp:69
↓ 9 callersMethodfind_hparam
(self, keys: Iterable[str], *args, **kwargs)
convert_hf_to_gguf.py:11383
↓ 9 callersMethodflush
tools/mtmd/mtmd-audio.cpp:806
↓ 9 callersMethodget_input_shape
ggml/src/ggml-openvino/openvino/node_context.h:46
↓ 9 callersFunctionggml_add_id
ggml/src/ggml.c:2087
↓ 9 callersFunctionggml_argmax
ggml/src/ggml.c:2503
↓ 9 callersFunctionggml_backend_sched_reset
ggml/src/ggml-backend.cpp:1821
↓ 9 callersFunctionggml_conv_1d_ph
ggml/src/ggml.c:4499
↓ 9 callersFunctionggml_conv_2d_dw
ggml/src/ggml.c:4709
↓ 9 callersFunctionggml_cpu_has_dotprod
ggml/src/ggml-cpu/ggml-cpu.c:3683
↓ 9 callersFunctionggml_gelu_erf
ggml/src/ggml.c:2762
↓ 9 callersFunctionggml_graph_compute
ggml/src/ggml-cpu/ggml-cpu.c:3263
↓ 9 callersFunctionggml_graph_overhead
ggml/src/ggml.c:7257
↓ 9 callersFunctionggml_im2col
im2col: [N, IC, IH, IW] => [N, OH, OW, IC*KH*KW] a: [OC,IC, KH, KW] b: [N, IC, IH, IW] result: [N, OH, OW, IC*KH*KW]
ggml/src/ggml.c:4409
↓ 9 callersFunctionggml_is_view_op
tests/test-backend-ops.cpp:457
↓ 9 callersFunctionggml_is_view_op
ggml/src/ggml-backend.cpp:746
↓ 9 callersFunctionggml_new_tensor_impl
ggml/src/ggml.c:1732
↓ 9 callersFunctionggml_pool_2d
ggml/src/ggml.c:4926
↓ 9 callersFunctionggml_rope_yarn_corr_dims
ggml/src/ggml-openvino/openvino/utils.cpp:107
↓ 9 callersFunctionggml_sum
ggml/src/ggml.c:2443
↓ 9 callersFunctionggml_sycl_fattn_tile_get_config
ggml/src/ggml-sycl/fattn-tile.hpp:146
↓ 9 callersFunctionggml_time_init
ggml/src/ggml.c:523
↓ 9 callersFunctionggml_vec_cpy_f32
ggml/src/ggml-cpu/vec.h:90
↓ 9 callersFunctionggml_view_2d_slice
get 2D slice view from a 3D tensor, the idx corresponds to the 3rd dim
src/models/gemma3n-iswa.cpp:4
↓ 9 callersFunctionggml_vk_create_buffer
ggml/src/ggml-vulkan/ggml-vulkan.cpp:2633
↓ 9 callersFunctionggml_vk_get_cpy_pipeline
ggml/src/ggml-vulkan/ggml-vulkan.cpp:7292
↓ 9 callersFunctionggml_vk_op_get_pipeline
ggml/src/ggml-vulkan/ggml-vulkan.cpp:9261
↓ 9 callersFunctionhvx_vec_get_f32
ggml/src/ggml-hexagon/htp/hvx-base.h:68
↓ 9 callersMethodis_mla
src/llama-hparams.cpp:224
↓ 9 callersFunctionlasx_ext8_16
ggml/src/ggml-cpu/arch/loongarch/quants.c:245
↓ 9 callersFunctionlasx_insertf128
ggml/src/ggml-cpu/arch/loongarch/quants.c:225
↓ 9 callersFunctionllama_format_win_err
src/llama-mmap.cpp:45
↓ 9 callersFunctionllama_memory_status_combine
src/llama-memory.cpp:3
↓ 9 callersFunctionllm_arch_name
src/llama-arch.cpp:862
↓ 9 callersFunctionmake_user_msg
Helper functions to create repeating message definitions
tools/parser/template-analysis.cpp:193
↓ 9 callersMethodn_embd_inp
src/llama-hparams.cpp:73
↓ 9 callersMethodn_full
common/fit.cpp:420
↓ 9 callersMethodprefix
common/chat-peg-parser.cpp:809
↓ 9 callersMethodprepare
src/llama-kv-cache.cpp:675
↓ 9 callersFunctionprint_diff_split
tools/parser/template-analysis.cpp:268
↓ 9 callersMethodproj_type
this function is added so that we don't change too much of the existing code
tools/mtmd/clip.cpp:223
↓ 9 callersFunctionquantize_row_q8_0_ref
reference implementation for deterministic creation of model files
ggml/src/ggml-quants.c:234
↓ 9 callersMethodreset
ggml/src/ggml-opencl/ggml-opencl.cpp:3417
↓ 9 callersMethodseek
src/llama-mmap.cpp:418
↓ 9 callersFunctionsegmentize_markers
TODO: segmentize will treat a JSON array inside tags as a tag: <calls>[{ "fun": { ... } }]</calls> will be three markers not too worried about that be
common/chat-auto-parser-helpers.cpp:269
↓ 9 callersMethodseq_has
check if the cell contains seq_id
src/llama-kv-cells.h:301
↓ 9 callersMethodset_limit_image_tokens
tools/mtmd/clip-model.h:112
↓ 9 callersMethodstop
(self)
tools/server/tests/utils.py:295
↓ 9 callersMethodswapaxes
(self, axis0: int, axis1: int)
convert_lora_to_gguf.py:188
↓ 9 callersMethodtell
src/llama-mmap.cpp:397
↓ 9 callersFunctiontest_min_p
tests/test-sampling.cpp:108
↓ 9 callersFunctionunicode_cpt_flags_from_cpt
src/unicode.cpp:1014
↓ 8 callersFunctionBLOC_POS
ggml/src/ggml-cpu/llamafile/sgemm.cpp:480
↓ 8 callersFunctionXXH64_mergeRound
examples/gguf-hash/deps/xxhash/xxhash.h:3426
↓ 8 callersMethodaddMessageToActive
* Adds a message to the active messages array
tools/server/webui/src/lib/stores/conversations.svelte.ts:175
↓ 8 callersMethodadd_bos_token_id
(self, id: int)
gguf-py/gguf/gguf_writer.py:1069
↓ 8 callersMethodadd_causal_attention
(self, value: bool)
gguf-py/gguf/gguf_writer.py:922
↓ 8 callersMethodadd_expert_shared_feed_forward_length
(self, length: int)
gguf-py/gguf/gguf_writer.py:727
↓ 8 callersMethodadd_rope_scaling_orig_ctx_len
(self, value: int)
gguf-py/gguf/gguf_writer.py:1006
↓ 8 callersMethodadd_vision_use_silu
(self, value: bool)
gguf-py/gguf/gguf_writer.py:1208
↓ 8 callersFunctionafter_common_suffix
Returns the suffix of `full` after the last occurrence of the common suffix of `left` and `right`
common/chat-auto-parser-helpers.cpp:237
↓ 8 callersMethodalloc
size is in number of elements
ggml/src/ggml-sycl/common.hpp:279
↓ 8 callersMethodanalyze_template
common/chat-diff-analyzer.cpp:164
↓ 8 callersFunctionapir_decoder_get_fatal
ggml/src/ggml-virtgpu/backend/shared/apir_cs.h:73
↓ 8 callersMethodastype
(self, data_type: DataType)
examples/convert_legacy_llama.py:368
↓ 8 callersFunctionatomic_load_explicit
ggml/src/ggml-cpu/ggml-cpu.c:129
↓ 8 callersMethodcalc_lora_rank
(self, hidden_size, exponent, multiplier)
convert_hf_to_gguf.py:8031
↓ 8 callersFunctioncan_reuse_kq_mask
src/llama-graph.cpp:39
↓ 8 callersMethodclear
src/llama-sampler.cpp:111
↓ 8 callersMethodclip
tools/mtmd/mtmd-image.cpp:553
↓ 8 callersFunctionclip_n_mmproj_embd
tools/mtmd/clip.cpp:3784
↓ 8 callersFunctioncommon_ngram_cache_load
common/ngram-cache.cpp:222
↓ 8 callersFunctioncommon_parse_utf8_codepoint
common/unicode.cpp:17
↓ 8 callersFunctioncommon_speculative_type_to_str
common/speculative.cpp:894
↓ 8 callersFunctiondecode_helper
tools/perplexity/perplexity.cpp:664
↓ 8 callersFunctiondecode_q_Kx8_6bit_scales
Helper for decoding scales and mins of Q4_K and Q5_K block formats
ggml/src/ggml-cpu/arch/arm/repack.cpp:29
↓ 8 callersFunctiondeferred_memcpy
ggml/src/ggml-vulkan/ggml-vulkan.cpp:6708
↓ 8 callersMethoddisconnect
* Disconnect from a server. * Clears the `onclose` handler to prevent reconnection attempts on voluntary disconnect. * * @param connection - The
tools/server/webui/src/lib/services/mcp.service.ts:706
↓ 8 callersFunctiondsv4_store_state_segment
src/models/deepseek4.cpp:225
↓ 8 callersFunctionexpandTemplate
(template: string, values: Record<string, string>)
tools/server/webui/src/lib/utils/uri-template.ts:106
↓ 8 callersFunctionexpect_context_not_null
tests/test-gguf.cpp:95
↓ 8 callersFunctiongemm
ggml/src/ggml-sycl/dpct/helper.hpp:2275
↓ 8 callersMethodget_enum_for_key
Get the enum type for a given key if it exists.
gguf-py/gguf/scripts/gguf_editor_gui.py:1048
↓ 8 callersFunctionget_node_id
tests/test-alloc.cpp:164
↓ 8 callersFunctionget_offset
ggml/src/ggml-sycl/dpct/helper.hpp:1439
↓ 8 callersMethodget_op_case
ggml/src/ggml-openvino/openvino/node_context.h:91
↓ 8 callersMethodget_output_op_params
ggml/src/ggml-openvino/openvino/node_context.h:62
↓ 8 callersFunctionget_scale_min_k4
ggml/src/ggml-quants.c:818
↓ 8 callersFunctionget_scale_shuffle_q3k
shuffles to pick the required scales in dot products
ggml/src/ggml-cpu/arch/x86/quants.c:518
↓ 8 callersFunctionggml_backend_buft_get_device
ggml/src/ggml-backend.cpp:80
↓ 8 callersFunctionggml_backend_tensor_copy
ggml/src/ggml-backend.cpp:477
↓ 8 callersFunctionggml_batch_offset
ne2 is passed explicitly to help compiler optimize repeated calls
ggml/src/ggml-cpu/amx/mmq.cpp:2304
↓ 8 callersFunctionggml_can_fuse_subgraph
Returns true if the subgraph formed by {node_idxs} can be fused checks whethers all nodes which are not part of outputs can be elided by checking if t
ggml/src/ggml-impl.h:724
↓ 8 callersFunctionggml_cpu_has_matmul_int8
ggml/src/ggml-cpu/ggml-cpu.c:3699
↓ 8 callersFunctionggml_fill
ggml/src/ggml.c:5234
↓ 8 callersFunctionggml_gallocr_alloc_graph
ggml/src/ggml-alloc.c:1051
↓ 8 callersFunctionggml_graph_plan
ggml/src/ggml-cpu/ggml-cpu.c:2762
↓ 8 callersFunctionggml_is_numa
ggml/src/ggml-cpu/ggml-cpu.c:711
↓ 8 callersFunctionggml_mul_mat_aux
src/llama-graph.cpp:60
← previousnext →901–1,000 of 13,473, ranked by callers