nx_gguf_type_census_gate.nx
buildroot/runtime/nx_gguf_type_census_gate.nx
about
nx_gguf_type_census_gate.nx -- FACTS FIRST for the dequant-debt rung (2026-07-15): enumerate every
tensor's ggml_type across the fleet's ggufs so coverage is driven by what models ACTUALLY ship, not
assumption. Prints a type histogram per file + the union; exits 0 if all files parsed.
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
| 11 | func tc_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 12 | func tc_n(v: i64) -> i64 |
| 26 | func tc_file(path: *u8, union_hist: *i64) -> i64 |
| 52 | func main() -> i64 |