Skip to content

Commit

Permalink
根据校对修改_V1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhusimaji committed Oct 17, 2018
1 parent 8d21048 commit 6dd07dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api_docs/index.md
@@ -1,8 +1,8 @@
# 接口文档

TensorFlow 支持多种语言接口用于创建和运行 TensorFlow 图模型。Python 接口目前最完善且最易用,但是其他语言的接口也更加容易集成到项目中并且在图运算中表现出性能上的优势
TensorFlow 提供了多种语言的 API,用于构建和执行 TensorFlow 计算图。Python API 目前是最易用且功能最完善的,但其他语言 API 可能更容易集成到项目中,而且在图运算方面性能良好

注意一点: [接口稳定性承诺](../programmers_guide/version_semantics) 尚未覆盖除 Python 以外其他语言的接口.
注意一点:除 Python 以外其他语言的[接口稳定性](../programmers_guide/version_semantics)尚未保证。

* [Python](python)
* [JavaScript](https://js.tensorflow.org/api/latest/)
Expand All @@ -12,7 +12,7 @@ TensorFlow 支持多种语言接口用于创建和运行 TensorFlow 图模型。
* [Swift (Early Release)](swift)


我们鼓励社区使用 [TensorFlow 维护者推荐的方法](../extend/language_bindings) 开发和维护其他语言。例如,请参考以下约束信息:
我们鼓励社区使用 [TensorFlow 维护者推荐的方法](../extend/language_bindings)开发和维护对其他语言的支持。例如,请参考以下约束信息:

* [C#](https://github.com/migueldeicaza/TensorFlowSharp)
* [Haskell](https://github.com/tensorflow/haskell)
Expand All @@ -23,4 +23,4 @@ TensorFlow 支持多种语言接口用于创建和运行 TensorFlow 图模型。

我们也提供 C++ 版本的 TensorFlow 服务接口文档:

* [TensorFlow 服务](/api_docs/serving)
* [TensorFlow Serving](/api_docs/serving)

0 comments on commit 6dd07dd

Please sign in to comment.