input: a[2]
b[32] = dot{} A[32,2] a[2]
c[32] = add{} b[32] B[32]
d[32] = relu{} c[32]
e[1] = dot{} C[1,32] d[32]
f[1] = add{} e[1] D[1]
output: f[1]