From: Shanqing Cai Date: Wed, 4 Apr 2018 21:39:40 +0000 (-0700) Subject: Add link to tensorflow.js X-Git-Tag: tflite-v0.1.7~39^2^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f338cf1fce7be5d5d0aad0a41415a03b1f92817b;p=platform%2Fupstream%2Ftensorflow.git Add link to tensorflow.js PiperOrigin-RevId: 191649295 --- diff --git a/tensorflow/docs_src/extend/index.md b/tensorflow/docs_src/extend/index.md index bdff60b..1ab0340 100644 --- a/tensorflow/docs_src/extend/index.md +++ b/tensorflow/docs_src/extend/index.md @@ -16,9 +16,10 @@ TensorFlow: for your own file and record formats. Python is currently the only language supported by TensorFlow's API stability -promises. However, TensorFlow also provides functionality in C++, Java, and Go, +promises. However, TensorFlow also provides functionality in C++, Go, Java and +[JavaScript](https://js.tensorflow.org), plus community support for [Haskell](https://github.com/tensorflow/haskell) and -[Rust](https://github.com/tensorflow/rust). If you'd like to create or +[Rust](https://github.com/tensorflow/rust). If you'd like to create or develop TensorFlow features in a language other than these languages, read the following guide: