MCPcopy Create free account

hub / github.com/cactus-compute/cactus / functions

Functions2,677 in github.com/cactus-compute/cactus

↓ 2 callersMethodfrom_json
cactus/engine/engine_model.cpp:457
↓ 2 callersMethodgated_deltanet_decode
cactus/graph/graph_builder.cpp:1047
↓ 2 callersMethodgated_deltanet_prefill
cactus/graph/graph_builder.cpp:1099
↓ 2 callersFunctiongated_deltanet_prefill_old_f16
cactus/kernel/kernel_deltanet.cpp:204
↓ 2 callersFunctiongated_deltanet_step
cactus/kernel/kernel_deltanet.cpp:84
↓ 2 callersMethodgaussian_topk
cactus/graph/graph_builder.cpp:1570
↓ 2 callersMethodgelu
(self, x)
python/src/graph.py:212
↓ 2 callersMethodget_api_key
(self)
python/src/config_utils.py:24
↓ 2 callersMethodget_audio_embeddings
cactus/engine/engine_model.cpp:364
↓ 2 callersMethodget_bos_token
cactus/engine/engine.h:435
↓ 2 callersFunctionget_cloud_api_key
tests/asr.cpp:24
↓ 2 callersFunctionget_conv2d_output_hw
cactus/models/gemma4/model_gemma4_audio.cpp:304
↓ 2 callersFunctionget_file_mtime
cactus/ffi/cactus_init.cpp:27
↓ 2 callersFunctionget_htk_spectrogram_config
cactus/ffi/cactus_utils.h:138
↓ 2 callersMethodget_image_embeddings
cactus/engine/engine_model.cpp:360
↓ 2 callersFunctionget_image_path
tests/test_gemma4_suite.cpp:23
↓ 2 callersFunctionget_model_dir_name
Convert HuggingFace model ID to local directory name.
python/src/downloads.py:14
↓ 2 callersFunctionget_optimal_thread_count
cactus/kernel/kernel_utils.h:423
↓ 2 callersFunctionget_transcribe_prompt
tests/asr.cpp:195
↓ 2 callersFunctionget_wespeaker_spectrogram_config
cactus/ffi/cactus_utils.h:166
↓ 2 callersFunctiongraph_clamp
cactus/models/gemma4/model_gemma4_audio.cpp:263
↓ 2 callersMethodhas_activation_scales
cactus/graph/graph.h:293
↓ 2 callersFunctionhas_whisper_cpu_encoder_weights
cactus/models/model_whisper.cpp:14
↓ 2 callersMethodinit
cactus/engine/engine_constraints.cpp:364
↓ 2 callersFunctionint8_to_fp16
cactus/graph/graph_ops_math.cpp:23
↓ 2 callersFunctioninterleave_scales
Interleave scales to match interleaved weight layout. Input: scales[N, num_groups] Output: scales_interleaved[N_padded/block_size, num_group
python/src/tensor_io.py:74
↓ 2 callersFunctioninterleave_weights
Interleave rows for SIMD-friendly GEMM access using vdotq_laneq_s32. Input: data[N, K] - row-major weights Output: data_interleaved[N_padded
python/src/tensor_io.py:40
↓ 2 callersFunctionis_gemma4_model
tests/asr.cpp:181
↓ 2 callersFunctionis_lfm2_vl
Check if the model is an LFM2 vision-language model.
python/src/config_utils.py:482
↓ 2 callersFunctionis_needle_model_id
(model_id)
python/src/cli.py:77
↓ 2 callersFunctionis_power_of_two
cactus/engine/engine_signals.cpp:83
↓ 2 callersFunctionjson_array
cactus/ffi/cactus_stream.cpp:92
↓ 2 callersFunctionjson_array
tests/test_utils.cpp:293
↓ 2 callersFunctionload_registered_flag
cactus/telemetry/telemetry.cpp:347
↓ 2 callersFunctionload_special_tokens_map
cactus/engine/engine_tokenizer.cpp:86
↓ 2 callersFunctionlstm_gemv_f16_neon
cactus/kernel/kernel_bilstm.cpp:123
↓ 2 callersFunctionmain
Main entry point for the Cactus CLI.
python/src/cli.py:2222
↓ 2 callersFunctionmake_hook
(name)
tests/generate_audio_reference.py:44
↓ 2 callersFunctionmodel_basename
cactus/telemetry/telemetry.cpp:133
↓ 2 callersFunctionnext_power_of_two
cactus/engine/engine_signals.cpp:156
↓ 2 callersFunctionnormalize
cactus/engine/engine_index.cpp:25
↓ 2 callersMethodonToken
android/Cactus.kt:4
↓ 2 callersMethodoutput_info
(self, x)
python/src/graph.py:236
↓ 2 callersFunctionpack_parakeet_features_for_npu
cactus/models/model_parakeet.cpp:23
↓ 2 callersFunctionparakeet_common_prefix_words
cactus/ffi/cactus_stream.cpp:574
↓ 2 callersFunctionparakeet_overlap_suffix_prefix_words
cactus/ffi/cactus_stream.cpp:611
↓ 2 callersFunctionparakeet_take_first_words
cactus/ffi/cactus_stream.cpp:589
↓ 2 callersFunctionparse_fft_norm
cactus/engine/engine_signals.cpp:143
↓ 2 callersFunctionparse_function_calls_from_response
cactus/ffi/cactus_utils.h:1467
↓ 2 callersFunctionparse_string
cactus/ffi/cactus_utils.h:595
↓ 2 callersFunctionparse_version_line
cactus/telemetry/telemetry.cpp:848
↓ 2 callersFunctionpersist_registered_flag
cactus/telemetry/telemetry.cpp:357
↓ 2 callersFunctionprecompute_rope_tables_f16
cactus/kernel/kernel_attention.cpp:1175
↓ 2 callersFunctionprepare_prompt
cactus/ffi/cactus_complete.cpp:473
↓ 2 callersFunctionpreprocess_audio_for_gemma4
cactus/ffi/cactus_utils.h:310
↓ 2 callersMethodpreprocess_from_file
cactus/engine/engine_image.cpp:216
↓ 2 callersFunctionpreview_text
tests/test_gemma4_suite.cpp:121
↓ 2 callersFunctionprint_header
tests/chat.cpp:165
↓ 2 callersFunctionprint_local_perf_metrics
tests/test_gemma4_suite.cpp:91
↓ 2 callersFunctionprint_quantization_summary
Print a summary of quantization statistics.
python/src/tensor_io.py:515
↓ 2 callersFunctionprint_vector_inline
tests/test_graph.cpp:13
↓ 2 callersFunctionprompt_for_api_key
Prompt user to set Cactus Cloud API key if not already configured. Returns the key or empty string.
python/src/cli.py:1000
↓ 2 callersFunctionread_f32
cactus/graph/graph_io.cpp:249
↓ 2 callersFunctionread_size_vector
cactus/graph/graph_io.cpp:268
↓ 2 callersMethodrecord_sampled_token
cactus/engine/engine.h:759
↓ 2 callersMethodrelease_pages
cactus/graph/graph_io.cpp:983
↓ 2 callersMethodreopen
tests/test_index.cpp:45
↓ 2 callersMethodreset
tests/chat.cpp:198
↓ 2 callersFunctionreset_parakeet_tdt_chunk_stream
cactus/ffi/cactus_stream.cpp:475
↓ 2 callersFunctionrun_parakeet_tdt_chunk_decode
cactus/ffi/cactus_stream.cpp:376
↓ 2 callersFunctionrun_transcription_test
tests/test_stt.cpp:537
↓ 2 callersFunctionsafe_exp_gate
cactus/kernel/kernel_deltanet.cpp:12
↓ 2 callersMethodsample_token
cactus/engine/engine_model.cpp:285
↓ 2 callersMethodsample_with_options
cactus/graph/graph_builder.cpp:1257
↓ 2 callersMethodsave_config
(self, config)
python/src/config_utils.py:21
↓ 2 callersFunctionserialize_tools_json
cactus/ffi/cactus_utils.h:570
↓ 2 callersMethodset_api_key
(self, key)
python/src/config_utils.py:51
↓ 2 callersMethodset_callback
cactus/graph/graph.h:38
↓ 2 callersMethodset_vocab_bias
cactus/engine/engine.h:785
↓ 2 callersFunctionsha256
(file)
python/src/publish_to_hf.py:21
↓ 2 callersFunctionshape_elements
cactus/models/gemma4/model_gemma4_audio.cpp:16
↓ 2 callersFunctionsplit_json_array
cactus/ffi/cactus_utils.h:533
↓ 2 callersFunctionstbi__addints_valid
libs/stb/stb_image.h:545
↓ 2 callersFunctionstbi__bit_reverse
libs/stb/stb_image.h:3128
↓ 2 callersFunctionstbi__build_huffman
libs/stb/stb_image.h:1270
↓ 2 callersFunctionstbi__check_png_header
libs/stb/stb_image.h:3597
↓ 2 callersFunctionstbi__create_png_alpha_expand8
libs/stb/stb_image.h:3643
↓ 2 callersFunctionstbi__create_png_image_raw
libs/stb/stb_image.h:3662
↓ 2 callersFunctionstbi__fill_bits
libs/stb/stb_image.h:3205
↓ 2 callersFunctionstbi__gif_header
libs/stb/stb_image.h:4334
↓ 2 callersFunctionstbi__gif_load_next
libs/stb/stb_image.h:4498
↓ 2 callersFunctionstbi__gif_parse_colortable
libs/stb/stb_image.h:4323
↓ 2 callersFunctionstbi__gif_test
libs/stb/stb_image.h:4316
↓ 2 callersFunctionstbi__jpeg_decode_block
libs/stb/stb_image.h:1447
↓ 2 callersFunctionstbi__jpeg_decode_block_prog_dc
libs/stb/stb_image.h:1498
↓ 2 callersFunctionstbi__jpeg_get_bits
libs/stb/stb_image.h:1410
↓ 2 callersFunctionstbi__load_main
libs/stb/stb_image.h:603
↓ 2 callersFunctionstbi__mad2sizes_valid
libs/stb/stb_image.h:510
↓ 2 callersFunctionstbi__mul2shorts_valid
libs/stb/stb_image.h:552
↓ 2 callersFunctionstbi__parse_png_file
libs/stb/stb_image.h:4020
← previousnext →601–700 of 2,677, ranked by callers