nx_olmoe_recon2_gate.nx
buildroot/runtime/nx_olmoe_recon2_gate.nx
about
nx_olmoe_recon2_gate.nx -- recon the NON-block tensors + tokenizer metadata for OLMoE rung 5.
expect_exit: 0 license_tier: ORIGINAL
dependencies 8 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_le.nxnx_tensor.nxnx_gguf.nxnx_gguf_load.nxnx_gguf_meta.nxnx_nofloat_arch.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 12 | func r2_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 13 | func r2_n(v: i64) -> i64 |
| 26 | func r2_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 27 | func r2_show(buf: *u8, hdr: *NxGgufHeader, name: *u8) -> i64 |
| 37 | func r2_meta_str(buf: *u8, len: i64, hdr: *NxGgufHeader, key: *u8) -> i64 called by 1: main calls 7: sys_mmapr2_wnx_gguf_meta_findr2_slennx_gguf_meta_read_string_lennx_gguf_meta_read_string_ptr+1 |
| 49 | func main() -> i64 |