Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cactus-compute/cactus-react-native
/ functions
Functions
755 in github.com/cactus-compute/cactus-react-native
⨍
Functions
755
◇
Types & classes
285
Function
parse_function_calls_from_response
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:1401
Function
parse_inference_options_json
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:1218
Function
parse_inference_options_json
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:1218
Function
parse_messages_json
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:674
Function
parse_messages_json
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:674
Function
parse_tools_json
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:840
Function
parse_tools_json
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:840
Function
pcm_buffer_to_float_samples
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:292
Function
pcm_buffer_to_float_samples
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:292
Function
pcm_to_float
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:1770
Function
pcm_to_float
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:1770
Method
peak_bytes
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:448
Method
peak_bytes
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:448
Method
pool_bytes
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:447
Method
pool_bytes
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:447
Method
post_execute_updates
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/engine.h:716
Method
post_execute_updates
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/engine.h:716
Method
post_init
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/engine.h:715
Method
post_init
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/engine.h:715
Method
prefill
cpp/HybridCactus.cpp:83
Method
prefill
({ messages, options, tools, }: CactusLMPrefillParams)
src/classes/CactusLM.ts:164
Method
prefill
( messages: CactusLMMessage[], responseBufferSize: number, options?: CactusLMCompleteOptions,
src/native/Cactus.ts:119
Function
preprocess_audio_for_gemma4
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:260
Function
preprocess_audio_for_gemma4
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:260
Method
query
cpp/HybridCactusIndex.cpp:202
Method
query
({ embeddings, options, }: CactusIndexQueryParams)
src/classes/CactusIndex.ts:44
Method
query
( embeddings: number[][], options?: CactusIndexQueryOptions )
src/native/CactusIndex.ts:34
Method
readFile
android/src/main/java/com/margelo/nitro/cactus/HybridCactusFileSystem.kt:39
Method
readFile
(path: string)
src/native/CactusFileSystem.ts:20
Method
readFile
nitrogen/generated/android/kotlin/com/margelo/nitro/cactus/HybridCactusFileSystemSpec.kt:61
Method
readFile
nitrogen/generated/android/c++/JHybridCactusFileSystemSpec.cpp:98
Method
readFile
nitrogen/generated/ios/c++/HybridCactusFileSystemSpecSwift.hpp:90
Method
read_sysfs_int
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/kernel_utils.h:204
Method
read_sysfs_int
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/kernel_utils.h:204
Method
registerNatives
nitrogen/generated/android/c++/JFunc_void_double.hpp:62
Method
registerNatives
nitrogen/generated/android/c++/JHybridCactusImageSpec.cpp:22
Method
registerNatives
nitrogen/generated/android/c++/JHybridCactusFileSystemSpec.cpp:25
Method
reset
cpp/HybridCactus.cpp:620
Method
reset
()
src/classes/CactusSTT.ts:227
Method
reset
()
src/classes/CactusLM.ts:263
Method
reset
()
src/native/Cactus.ts:456
Method
reset_cache
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/engine.h:652
Method
reset_cache
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/engine.h:652
Function
reset_gemm_threads
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/kernel_utils.h:501
Function
reset_gemm_threads
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/kernel_utils.h:501
Method
resize
android/src/main/java/com/margelo/nitro/cactus/HybridCactusImage.kt:27
Method
resize
( path: string, height: number, width: number, quality: number )
src/native/CactusImage.ts:12
Method
resize
nitrogen/generated/android/kotlin/com/margelo/nitro/cactus/HybridCactusImageSpec.kt:53
Method
resize
nitrogen/generated/android/c++/JHybridCactusImageSpec.cpp:64
Method
resize
nitrogen/generated/ios/c++/HybridCactusImageSpecSwift.hpp:72
Method
scales_as_fp16
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:268
Method
scales_as_fp16
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:268
Method
scoreWindow
cpp/HybridCactus.cpp:142
Method
scoreWindow
({ tokens, start, end, context, }: CactusLMScoreWindowParams)
src/classes/CactusLM.ts:204
Method
scoreWindow
( tokens: number[], start: number, end: number, context: number )
src/native/Cactus.ts:171
Function
serialize_function_calls
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:1723
Function
serialize_function_calls
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:1723
Function
serialize_tools_for_template
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:626
Function
serialize_tools_for_template
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:626
Function
serialize_tools_json
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:518
Function
serialize_tools_json
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:518
Method
setTelemetryEnvironment
cpp/HybridCactus.cpp:654
Method
setTelemetryEnvironment
(cacheDir: string)
src/native/Cactus.ts:468
Method
set_activation_scales
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:305
Method
set_activation_scales
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:305
Method
set_cache_window
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/engine.h:658
Method
set_cache_window
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/engine.h:658
Method
set_callback
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:38
Method
set_callback
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:38
Function
set_gemm_threads
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/kernel_utils.h:497
Function
set_gemm_threads
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/kernel_utils.h:497
Method
set_grouped_scales
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:280
Method
set_grouped_scales
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:280
Method
set_interleaved
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:286
Method
set_interleaved
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:286
Method
set_level
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:35
Method
set_level
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:35
Method
set_prefill_mode
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:634
Method
set_prefill_mode
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:634
Method
size_of
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/graph.h:154
Method
size_of
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/graph.h:154
Function
split_json_array
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:481
Function
split_json_array
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:481
Method
stop
cpp/HybridCactus.cpp:632
Method
stop
()
src/native/Cactus.ts:460
Method
streamTranscribeProcess
cpp/HybridCactus.cpp:319
Method
streamTranscribeProcess
({ audio, }: CactusSTTStreamTranscribeProcessParams)
src/classes/CactusSTT.ts:162
Method
streamTranscribeProcess
( audio: number[] )
src/native/Cactus.ts:261
Method
streamTranscribeStart
cpp/HybridCactus.cpp:296
Method
streamTranscribeStart
( options?: CactusSTTStreamTranscribeStartOptions )
src/classes/CactusSTT.ts:150
Method
streamTranscribeStart
( options?: CactusSTTStreamTranscribeStartOptions )
src/native/Cactus.ts:247
Method
streamTranscribeStop
cpp/HybridCactus.cpp:354
Method
streamTranscribeStop
()
src/classes/CactusSTT.ts:172
Method
streamTranscribeStop
()
src/native/Cactus.ts:321
Function
strip_thinking_block
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/cactus_utils.h:1644
Function
strip_thinking_block
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/cactus_utils.h:1644
Method
task_count
ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/kernel_utils.h:546
Method
task_count
ios/cactus.xcframework/ios-arm64-simulator/cactus.framework/Headers/kernel_utils.h:546
Method
toJSI
nitrogen/generated/shared/c++/CactusIndexGetResult.hpp:62
Method
toJSI
nitrogen/generated/shared/c++/CactusIndexQueryResult.hpp:59
← previous
next →
601–700 of 755, ranked by callers