Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.4 KB

FAQ.md

File metadata and controls

24 lines (17 loc) · 1.4 KB

Frequently Asked Questions

This is a list of questions we frequently get and problems that are often encountered. Because this project is still in development, we have missing pieces that are commonly encountered and prefer not to get new issues filed in our bug tracker.

Why Swift?

The short answer is that our decision was driven by the needs of the core Graph Program Extraction compiler transformation that started the whole project. We have a long document that explains all of this rationale in depth named "Why Swift for TensorFlow?".

Separate from that, Swift really is a great fit for our purposes, and a very nice language.

[Mac] I wrote some code in an Xcode Playground. Why is it frozen/hanging?

Xcode Playgrounds are known to be somewhat unstable, unfortunately. If your Playground appears to hang, please try restarting Xcode or creating a new Playground.