Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rxwei authored Apr 27, 2018
2 parents bee2be7 + 622f474 commit 1306811
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
Welcome to the Swift for TensorFlow development community!

Swift for TensorFlow is a new way to develop machine learning models. It
gives you the full power of
gives you the power of
[TensorFlow](https://www.tensorflow.org/programmers_guide/eager) directly
integrated into the [Swift programming language](https://swift.org).
With Swift, you can write the following imperative code and Swift
integrated into the [Swift programming language](https://swift.org/about).
With Swift, you can write the following imperative code, and Swift
automatically turns it into **a single TensorFlow Graph** and runs it
with the full performance of TensorFlow sessions.
with the full performance of TensorFlow Sessions on CPU, GPU and
[TPU](https://cloud.google.com/tpu/docs/tpus).

```swift
import TensorFlow
Expand Down

0 comments on commit 1306811

Please sign in to comment.