code wiki / _hdl_build / nx_llm_train_setup_gate.nx
nx_llm_train_setup_gate.nx
buildroot/runtime/_hdl_build/nx_llm_train_setup_gate.nx
dependencies 3 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_syscalls.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
| 18 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 20 | func params_M(NLAYER: i64, D: i64, V: i64) -> i64 { return ((NLAYER*12*(D*D)) + (2*V*D))/1000000 } |
| 22 | func main() -> i64 |