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