zoukankan      html  css  js  c++  java
  • 【译】TensorFlow Python Docs 之 overview

    Overview

    综述

    TensorFlow has APIs available in several languages both for constructing and executing a TensorFlow graph. The Python API is at present the most complete and the easiest to use, but the C++ API may offer some performance advantages in graph execution, and supports deployment to small devices such as Android.

    TensorFlow 对构造和运行一个TensorFlow graph 提供多种语言的API。其中Python API 是最完整且最易用的,但是C++ PAI在执行时有更多的性能优势,而且支持部署在诸如Android的小型设备上。

    Over time, we hope that the TensorFlow community will develop front ends for languages like Go, Java, Javascript, Lua R, and perhaps others. With SWIG, it's relatively easy to contribute a TensorFlow interface to your favorite language.

    以后,我们希望TnesorFlow社区可以开发如Go,Java,Javascript,Lua R或者其他的语言版本。通过使用SWIG,你可以很容易使用自己喜欢的语言去调用TensorFlow接口。

    Note: Many practical aspects of usage are covered in the Mechanics tab, and some additional documentation not specific to any particular language API is available in the Resources tab.

    注意:许多使用的方法都包含在Mechanics tab中,一些额外不指定特定语言的API文档可以在Resources tab中找到。

  • 相关阅读:
    009-Python-面向对象
    008-Python-模块
    007-Python函数-装饰器
    006-Python函数
    005-Python字典
    003-python列表
    PyCharm之python书写规范--消去提示波浪线
    001-python基础
    Java基础总结(一)
    High ASCII字符从bat文件到dos控制台的转化问题
  • 原文地址:https://www.cnblogs.com/94julia/p/4952261.html
Copyright © 2011-2022 走看看