code wiki / (root) / nx_f32_conv_transpose2d_gate.nx

nx_f32_conv_transpose2d_gate.nx

buildroot/runtime/nx_f32_conv_transpose2d_gate.nx

3036 B53 linesdepth 4pulls 6 transitivereach 0 importersview sourcekind gate/prooftopic f32
docsdependenciesstructsconstsfunctions

about

nx_f32_conv_transpose2d_gate.nx -- exact proof of transposed conv: kernel-spread of a single pixel, stride-2 upsample placement, and the guard. expect_exit: 0

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_f32_cvt.nx nx_f32_conv_transpose2d.nx nx_f32_conv_transpose2d_gate.n

imports: nx_syscalls.nxnx_f32_cvt.nxnx_f32_conv_transpose2d.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap nx_i32_to_f32 nx_f32_conv_transpose2d nx_f32_add nx_f32_classify nx_f32_exp_field nx_f32_mant_field nx_f32_sign nx_f32_mant_field ↻ nx_f32_exp_field ↻ nx_f32_mul nx_f32_classify ↻ nx_f32_sign ↻ nx_f32_mant_field ↻ nx_f32_exp_field ↻ gp sys_write gn sys_mmap ↻ sys_write ↻ sys_exit

structs

none

consts

none

functions

7func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return sys_write(1, s, n) }
called by 1: main calls 1: sys_write
8func gn(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
18func main(argc: i64, argv: *i64) -> i64