天天看點

TensorFlow部落格翻譯——TensorFlow v0.9釋出,帶有增強版的移動支援

Monday, June 27, 2016

Posted by Pete Warden, Software Engineer

When we started building TensorFlow, supporting mobile devices was a top priority. We were already supporting many of Google’s mobile apps like Translate, Maps, and the Google app, which use neural networks running on devices. We knew that we had to make mobile a first-class part of open source TensorFlow.

當我們開始建構TensorFlow的時候,支援移動裝置是一個首要選項。我們已經支援了很多Google移動Apps,比如:翻譯,地圖和使用神經網絡并運作在裝置上的Google應用。我們知道我們必須讓移動支援成為開源的TensorFlow的第一流的部件。

TensorFlow has been available to developers on Android since launch, and today we're happy to add iOS in v0.9 of TensorFlow, along with Raspberry Pi support and new compilation options.

從一開始,TensorFlow就可以支援Android開發,現在我們非常高興的把對iOS的支援添加到TensorFlow的v0.9版本中,與此同時,我們還支援了樹莓派和一些新的編譯選項。

To build TensorFlow on iOS we’ve created a set of scripts, including a makefile, to drive the cross-compilation process. The makefile can also help you build TensorFlow without using Bazel, which is not always available.

為了在iOS上建構TensorFlow,我們建立了一些列的腳本,包括一個驅動交叉編譯程序的makefile。這個makefile也可以幫助你在不使用Bazel的情況下建構TensorFlow,因為Bazel經常不太好用。

<a target="_blank" href="https://1.bp.blogspot.com/-7PffdHtJYnM/V3F2DyuipuI/AAAAAAAACEU/9b9jVZUbzHcMIzQ0nz8x-JiWqvPIHl7nQCLcB/s1600/image01.png"></a>

<a target="_blank" href="https://3.bp.blogspot.com/-9jt-eK34Qc8/V3F2JeEMHkI/AAAAAAAACEc/nnZyusgsblgfDvJCr2PSMOCUcU8e6DwBwCLcB/s1600/image00.png"></a>

These mobile samples are just the beginning---we'd love your help and your contributions. Tag social media posts with #tensorflow so we can hear about your projects!

這些移動端的例子隻是開始,我們歡迎你的幫助和你的貢獻。請在社交媒體的釋出上打上#tensorflow的标記,這樣我們可以接收到你的項目。

本部落格是原創翻譯,如果轉載請提前獲得本人同意。

繼續閱讀