From 5d59924371ed8ee15aa0431be54e2077a0c08e84 Mon Sep 17 00:00:00 2001 From: Ding Xue-wen Date: Fri, 23 Mar 2018 15:30:31 +0800 Subject: [PATCH 1/7] update --- about/index.md | 1 - about/leftnav_files | 1 - about/roadmap.md | 37 ---------- about/uses.md | 8 ++ api_guides/python/contrib.distributions.md | 1 - api_guides/python/regression_examples.md | 2 +- community/index.md | 1 + community/leftnav_files | 1 + community/roadmap.md | 85 ++++++++++++++++++++++ community/welcome.md | 2 +- mobile/android_build.md | 4 +- mobile/leftnav_files | 1 + mobile/mobile_intro.md | 2 +- mobile/optimizing.md | 4 +- mobile/tflite/demo_android.md | 3 + mobile/tflite/demo_ios.md | 68 +++++++++++++++++ 16 files changed, 174 insertions(+), 47 deletions(-) delete mode 100644 about/roadmap.md create mode 100644 community/roadmap.md create mode 100644 mobile/tflite/demo_ios.md diff --git a/about/index.md b/about/index.md index 5326b1e..dc1e9af 100644 --- a/about/index.md +++ b/about/index.md @@ -3,7 +3,6 @@ This section provides a few documents about TensorFlow itself, including the following: - * @{$roadmap$Roadmap}, which summarizes upcoming additions to TensorFlow. * @{$uses$TensorFlow in Use}, which provides a link to our model zoo and lists some popular ways that TensorFlow is being used. * @{$bib$TensorFlow White Papers}, which provides abstracts of white papers diff --git a/about/leftnav_files b/about/leftnav_files index 28f039e..63763b9 100644 --- a/about/leftnav_files +++ b/about/leftnav_files @@ -1,5 +1,4 @@ index.md -roadmap.md uses.md bib.md attribution.md diff --git a/about/roadmap.md b/about/roadmap.md deleted file mode 100644 index 3ee825e..0000000 --- a/about/roadmap.md +++ /dev/null @@ -1,37 +0,0 @@ -# Roadmap -**Last updated: January 23, 2017** - -TensorFlow is a fast moving project. In order for the community to better -understand what the near future will bring, this document shares what we are -working on internally. Many of these features were requested by the community, -and we welcome -[contributions](https://github.com/tensorflow/tensorflow/labels/stat%3Acontributions%20welcome). - -The features on this list are targeted for the next few months. At this point, -we do not have timelines for these features. - -### Improve non-Python language support - -* Support for adding gradient computation for graphs constructed in other - languages (C++, Java, Go etc.) - -### Making TensorFlow easier to use -* High-level APIs -* Well-maintained models showing best practices - -### Performance -* Speed and memory benchmarks -* Distributed full model benchmarks -* Performance and memory usage improvements - -### Core Features -* Automatic op placement ([#2126](https://github.com/tensorflow/tensorflow/issues/2126)) -* Support for graph-level functions - -### Platforms -* OpenCL support ([#22](https://github.com/tensorflow/tensorflow/issues/22)) - -### Community -* More educational resources -* Better integration of TensorFlow into the opensource big data ecosystem (e.g. -[#2655](https://github.com/tensorflow/tensorflow/issues/2655)) diff --git a/about/uses.md b/about/uses.md index 8818177..d646880 100644 --- a/about/uses.md +++ b/about/uses.md @@ -22,6 +22,14 @@ This section describes some of the current uses of the TensorFlow system. > TensorFlow, or even better, send us a pull request to add an entry to this > file. +* **Deep Speech** + + * **RankBrain**