Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cactus-compute/cactus
/ functions
Functions
2,677 in github.com/cactus-compute/cactus
⨍
Functions
2,677
◇
Types & classes
447
↓ 2 callers
Method
from_json
cactus/engine/engine_model.cpp:457
↓ 2 callers
Method
gated_deltanet_decode
cactus/graph/graph_builder.cpp:1047
↓ 2 callers
Method
gated_deltanet_prefill
cactus/graph/graph_builder.cpp:1099
↓ 2 callers
Function
gated_deltanet_prefill_old_f16
cactus/kernel/kernel_deltanet.cpp:204
↓ 2 callers
Function
gated_deltanet_step
cactus/kernel/kernel_deltanet.cpp:84
↓ 2 callers
Method
gaussian_topk
cactus/graph/graph_builder.cpp:1570
↓ 2 callers
Method
gelu
(self, x)
python/src/graph.py:212
↓ 2 callers
Method
get_api_key
(self)
python/src/config_utils.py:24
↓ 2 callers
Method
get_audio_embeddings
cactus/engine/engine_model.cpp:364
↓ 2 callers
Method
get_bos_token
cactus/engine/engine.h:435
↓ 2 callers
Function
get_cloud_api_key
tests/asr.cpp:24
↓ 2 callers
Function
get_conv2d_output_hw
cactus/models/gemma4/model_gemma4_audio.cpp:304
↓ 2 callers
Function
get_file_mtime
cactus/ffi/cactus_init.cpp:27
↓ 2 callers
Function
get_htk_spectrogram_config
cactus/ffi/cactus_utils.h:138
↓ 2 callers
Method
get_image_embeddings
cactus/engine/engine_model.cpp:360
↓ 2 callers
Function
get_image_path
tests/test_gemma4_suite.cpp:23
↓ 2 callers
Function
get_model_dir_name
Convert HuggingFace model ID to local directory name.
python/src/downloads.py:14
↓ 2 callers
Function
get_optimal_thread_count
cactus/kernel/kernel_utils.h:423
↓ 2 callers
Function
get_transcribe_prompt
tests/asr.cpp:195
↓ 2 callers
Function
get_wespeaker_spectrogram_config
cactus/ffi/cactus_utils.h:166
↓ 2 callers
Function
graph_clamp
cactus/models/gemma4/model_gemma4_audio.cpp:263
↓ 2 callers
Method
has_activation_scales
cactus/graph/graph.h:293
↓ 2 callers
Function
has_whisper_cpu_encoder_weights
cactus/models/model_whisper.cpp:14
↓ 2 callers
Method
init
cactus/engine/engine_constraints.cpp:364
↓ 2 callers
Function
int8_to_fp16
cactus/graph/graph_ops_math.cpp:23
↓ 2 callers
Function
interleave_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 callers
Function
interleave_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 callers
Function
is_gemma4_model
tests/asr.cpp:181
↓ 2 callers
Function
is_lfm2_vl
Check if the model is an LFM2 vision-language model.
python/src/config_utils.py:482
↓ 2 callers
Function
is_needle_model_id
(model_id)
python/src/cli.py:77
↓ 2 callers
Function
is_power_of_two
cactus/engine/engine_signals.cpp:83
↓ 2 callers
Function
json_array
cactus/ffi/cactus_stream.cpp:92
↓ 2 callers
Function
json_array
tests/test_utils.cpp:293
↓ 2 callers
Function
load_registered_flag
cactus/telemetry/telemetry.cpp:347
↓ 2 callers
Function
load_special_tokens_map
cactus/engine/engine_tokenizer.cpp:86
↓ 2 callers
Function
lstm_gemv_f16_neon
cactus/kernel/kernel_bilstm.cpp:123
↓ 2 callers
Function
main
Main entry point for the Cactus CLI.
python/src/cli.py:2222
↓ 2 callers
Function
make_hook
(name)
tests/generate_audio_reference.py:44
↓ 2 callers
Function
model_basename
cactus/telemetry/telemetry.cpp:133
↓ 2 callers
Function
next_power_of_two
cactus/engine/engine_signals.cpp:156
↓ 2 callers
Function
normalize
cactus/engine/engine_index.cpp:25
↓ 2 callers
Method
onToken
android/Cactus.kt:4
↓ 2 callers
Method
output_info
(self, x)
python/src/graph.py:236
↓ 2 callers
Function
pack_parakeet_features_for_npu
cactus/models/model_parakeet.cpp:23
↓ 2 callers
Function
parakeet_common_prefix_words
cactus/ffi/cactus_stream.cpp:574
↓ 2 callers
Function
parakeet_overlap_suffix_prefix_words
cactus/ffi/cactus_stream.cpp:611
↓ 2 callers
Function
parakeet_take_first_words
cactus/ffi/cactus_stream.cpp:589
↓ 2 callers
Function
parse_fft_norm
cactus/engine/engine_signals.cpp:143
↓ 2 callers
Function
parse_function_calls_from_response
cactus/ffi/cactus_utils.h:1467
↓ 2 callers
Function
parse_string
cactus/ffi/cactus_utils.h:595
↓ 2 callers
Function
parse_version_line
cactus/telemetry/telemetry.cpp:848
↓ 2 callers
Function
persist_registered_flag
cactus/telemetry/telemetry.cpp:357
↓ 2 callers
Function
precompute_rope_tables_f16
cactus/kernel/kernel_attention.cpp:1175
↓ 2 callers
Function
prepare_prompt
cactus/ffi/cactus_complete.cpp:473
↓ 2 callers
Function
preprocess_audio_for_gemma4
cactus/ffi/cactus_utils.h:310
↓ 2 callers
Method
preprocess_from_file
cactus/engine/engine_image.cpp:216
↓ 2 callers
Function
preview_text
tests/test_gemma4_suite.cpp:121
↓ 2 callers
Function
print_header
tests/chat.cpp:165
↓ 2 callers
Function
print_local_perf_metrics
tests/test_gemma4_suite.cpp:91
↓ 2 callers
Function
print_quantization_summary
Print a summary of quantization statistics.
python/src/tensor_io.py:515
↓ 2 callers
Function
print_vector_inline
tests/test_graph.cpp:13
↓ 2 callers
Function
prompt_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 callers
Function
read_f32
cactus/graph/graph_io.cpp:249
↓ 2 callers
Function
read_size_vector
cactus/graph/graph_io.cpp:268
↓ 2 callers
Method
record_sampled_token
cactus/engine/engine.h:759
↓ 2 callers
Method
release_pages
cactus/graph/graph_io.cpp:983
↓ 2 callers
Method
reopen
tests/test_index.cpp:45
↓ 2 callers
Method
reset
tests/chat.cpp:198
↓ 2 callers
Function
reset_parakeet_tdt_chunk_stream
cactus/ffi/cactus_stream.cpp:475
↓ 2 callers
Function
run_parakeet_tdt_chunk_decode
cactus/ffi/cactus_stream.cpp:376
↓ 2 callers
Function
run_transcription_test
tests/test_stt.cpp:537
↓ 2 callers
Function
safe_exp_gate
cactus/kernel/kernel_deltanet.cpp:12
↓ 2 callers
Method
sample_token
cactus/engine/engine_model.cpp:285
↓ 2 callers
Method
sample_with_options
cactus/graph/graph_builder.cpp:1257
↓ 2 callers
Method
save_config
(self, config)
python/src/config_utils.py:21
↓ 2 callers
Function
serialize_tools_json
cactus/ffi/cactus_utils.h:570
↓ 2 callers
Method
set_api_key
(self, key)
python/src/config_utils.py:51
↓ 2 callers
Method
set_callback
cactus/graph/graph.h:38
↓ 2 callers
Method
set_vocab_bias
cactus/engine/engine.h:785
↓ 2 callers
Function
sha256
(file)
python/src/publish_to_hf.py:21
↓ 2 callers
Function
shape_elements
cactus/models/gemma4/model_gemma4_audio.cpp:16
↓ 2 callers
Function
split_json_array
cactus/ffi/cactus_utils.h:533
↓ 2 callers
Function
stbi__addints_valid
libs/stb/stb_image.h:545
↓ 2 callers
Function
stbi__bit_reverse
libs/stb/stb_image.h:3128
↓ 2 callers
Function
stbi__build_huffman
libs/stb/stb_image.h:1270
↓ 2 callers
Function
stbi__check_png_header
libs/stb/stb_image.h:3597
↓ 2 callers
Function
stbi__create_png_alpha_expand8
libs/stb/stb_image.h:3643
↓ 2 callers
Function
stbi__create_png_image_raw
libs/stb/stb_image.h:3662
↓ 2 callers
Function
stbi__fill_bits
libs/stb/stb_image.h:3205
↓ 2 callers
Function
stbi__gif_header
libs/stb/stb_image.h:4334
↓ 2 callers
Function
stbi__gif_load_next
libs/stb/stb_image.h:4498
↓ 2 callers
Function
stbi__gif_parse_colortable
libs/stb/stb_image.h:4323
↓ 2 callers
Function
stbi__gif_test
libs/stb/stb_image.h:4316
↓ 2 callers
Function
stbi__jpeg_decode_block
libs/stb/stb_image.h:1447
↓ 2 callers
Function
stbi__jpeg_decode_block_prog_dc
libs/stb/stb_image.h:1498
↓ 2 callers
Function
stbi__jpeg_get_bits
libs/stb/stb_image.h:1410
↓ 2 callers
Function
stbi__load_main
libs/stb/stb_image.h:603
↓ 2 callers
Function
stbi__mad2sizes_valid
libs/stb/stb_image.h:510
↓ 2 callers
Function
stbi__mul2shorts_valid
libs/stb/stb_image.h:552
↓ 2 callers
Function
stbi__parse_png_file
libs/stb/stb_image.h:4020
← previous
next →
601–700 of 2,677, ranked by callers