nx_f32_llm_v4.nx
buildroot/runtime/nx_f32_llm_v4.nx
about
dependencies 14 imports · 42 importers
diagram shows first 10 each side; +4 more imports, +32 more importers in the complete lists below.
imports: nx_syscalls.nxnx_tier.nxnx_gguf.nxnx_gguf_load_f32.nxnx_f32.nxnx_f32_rmsnorm.nxnx_f32_matmul.nxnx_f32_matmul_t.nxnx_f32_kv_cache.nxnx_f32_lazy_weight.nxnx_f32_llama_block_v4.nxnx_f32_llama_stack_v4.nxnx_f32_llama_layer_lazy_load.nxnx_f32_llm.nx
imported by: nx_batched_gate.nxnx_batched_tput.nxnx_chat_warmcache.nxnx_coder_gen_f32.nxnx_companion_chat.nxnx_companion_voice.nxnx_embed_bench.nxnx_f32_embed_gate.nxnx_f32_llama_v4b.nxnx_f32_llama_v4p.nxnx_f32_llm_bench_test.nxnx_f32_llm_chat_test.nxnx_f32_llm_cohere_test.nxnx_f32_llm_embed_diag_test.nxnx_f32_llm_live_gen_test.nxnx_f32_llm_live_load_only_test.nxnx_f32_llm_live_load_test.nxnx_f32_llm_probe.nxnx_f32_llm_run_v3.nxnx_f32_llm_run_v3_test.nxnx_f32_llm_serve.nxnx_f32_llm_v4_test.nxnx_f32_qwen_capital_gate.nxnx_llm_argmax_probe.nxnx_llm_batch_serve.nxnx_llm_diff_probe.nxnx_llm_forward_profile.nxnx_llm_france_probe.nxnx_llm_layerlens_probe.nxnx_llm_sched.nxnx_llm_sched_gate.nxnx_lowrank_kv_real.nxnx_paged_fwd_gate.nxnx_qwen_native_gate.nxnx_qwen_wsl_timing_gate.nxnx_reason_paged_probe.nxnx_reason_probe.nxnx_reasoning.nxnx_reasoning_gate.nxnx_reasoning_paged.nxnx_specdec.nxnx_specdec_gate.nx
structs
| none |
consts
| 34 | const NX_FLV4_OK: nx_int = 0 |
| 35 | const NX_FLV4_ERR_NULL: nx_int = 1 |
| 36 | const NX_FLV4_ERR_BAD_DIM: nx_int = 2 |
| 37 | const NX_FLV4_ERR_NOT_FOUND: nx_int = 3 |
| 38 | const NX_FLV4_ERR_LAYER: nx_int = 4 |
| 39 | const NX_FLV4_ERR_STACK: nx_int = 5 |
| 40 | const NX_FLV4_ERR_TOKEN: nx_int = 6 |
| 41 | const NX_FLV4_N_VERDICTS: nx_int = 7 |
functions
| 43 | func nx_flv4_verdict_is_valid(v: nx_int) -> nx_int called by 1: main |
| 52 | func nx_f32_llm_load_weights_v4_from_gguf(buf: *u8, hdr: *NxGgufHeader, |
| 164 | func _flv4_core( |
| 257 | func nx_f32_llm_forward_v4( |
| 275 | func nx_f32_llm_embed_v4( |