nx_olmoe_recon_gate.nx
buildroot/runtime/nx_olmoe_recon_gate.nx
about
nx_olmoe_recon_gate.nx -- recon: enumerate blk.0.* tensor names + dims + types in OLMoE so the rung-4
attention (QK-norm) is wired to the model's ACTUAL shape, not assumption. Prints every blk.0 tensor.
expect_exit: 0 license_tier: ORIGINAL
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_le.nxnx_tensor.nxnx_gguf.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
| 10 | func rc_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 11 | func rc_n(v: i64) -> i64 |
| 25 | func rc_is_blk0(ti: *NxGgufTensorInfo) -> i64 called by 1: main |
| 37 | func main() -> i64 |