micropost

Swift for TensorFlow. Wow. Two standouts:

  • Write Swift using Tensor and #tfop types. 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.

Leave a Reply

Your email address will not be published. Required fields are marked *