micropost
Swift for TensorFlow. Wow. Two standouts:
- Write Swift using
Tensorand#tfoptypes. Extracts graph at compile-time, embeds it in your binary, and rewrites your function calls to run the graph. - Affordances to discourage too much data transfer between TF and the host.