1. Create a Vexpr
2. Transform into a faster Vexpr that would have been difficult to write directly
3. Evaluate the Vexpr, as you would if you were training w1 and w2
4. Use partial evaluation to precompute intermediate state, as you would before inference
1. Create a Vexpr
2. Transform into a faster Vexpr that would have been difficult to write directly
3. Evaluate the Vexpr, as you would if you were training w1 and w2
4. Use partial evaluation to precompute intermediate state, as you would before inference