运行:

import tensorflow as tf
print(help(tf))

得到:

import tensorflow as tf
print(help(tf))/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.6 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.7return f(*args, **kwds)
Help on package tensorflow:NAMEtensorflowDESCRIPTION# Copyright 2015 The TensorFlow Authors. All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# You may obtain a copy of the License at##     http://www.apache.org/licenses/LICENSE-2.0## Unless required by applicable law or agreed to in writing, software# distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.# See the License for the specific language governing permissions and# limitations under the License.# ==============================================================================PACKAGE CONTENTScontrib (package)core (package)examples (package)libtensorflow_frameworkpython (package)tools (package)SUBMODULESappbitwisecompatdatadistributionserrorsestimatorfeature_columnflagsgfilegraph_utilimageinitializerskeraslayerslinalglogginglossesmanipmetricsnnprofilerpython_iopywrap_tensorflowresource_loadersaved_modelsetsspectralsummarysysconfigtesttrainuser_opsDATAAUTO_REUSE = <_ReuseMode.AUTO_REUSE: 1>COMPILER_VERSION = '4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)...CXX11_ABI_FLAG = 0GIT_VERSION = 'v1.6.0-0-gd2e24b6039'GRAPH_DEF_VERSION = 26GRAPH_DEF_VERSION_MIN_CONSUMER = 0GRAPH_DEF_VERSION_MIN_PRODUCER = 0MONOLITHIC_BUILD = 0QUANTIZED_DTYPES = frozenset({tf.qint8, tf.quint8, tf.qint32, tf.qint1...VERSION = '1.6.0'__compiler_version__ = '4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0...__cxx11_abi_flag__ = 0__git_version__ = 'v1.6.0-0-gd2e24b6039'__monolithic_build__ = 0bfloat16 = tf.bfloat16bool = tf.boolcomplex128 = tf.complex128complex64 = tf.complex64double = tf.float64float16 = tf.float16float32 = tf.float32float64 = tf.float64half = tf.float16int16 = tf.int16int32 = tf.int32int64 = tf.int64int8 = tf.int8newaxis = Noneqint16 = tf.qint16qint32 = tf.qint32qint8 = tf.qint8quint16 = tf.quint16quint8 = tf.quint8resource = tf.resourcestring = tf.stringuint16 = tf.uint16uint32 = tf.uint32uint64 = tf.uint64uint8 = tf.uint8variant = tf.variantVERSION1.6.0FILE/usr/local/lib/python3.7/site-packages/tensorflow/__init__.pyNone
[Finished in 1.4s]

认识你是我们的缘分,同学,等等,学习人工智能,记得关注我。

微信扫一扫
关注该公众号

《湾区人工智能》

TensorFlow都有哪些模块?相关推荐

  1. SAP系统架构有什么构成/SAP系统都有什么模块

    1 SAP系统架构有什么构成? 2 SAP系统都有什么模块? 答: 1 SAP系统架构可以由下图清楚地表示. 由底部的SAP NetWeaver.mySAP ERP.mySAP 商务套件以及SAP 跨 ...

  2. TensorFlow之神经网络layers模块详解

    tf.nn,tf.layers, tf.contrib概述: 我们在使用tensorflow时,会发现tf.nn,tf.layers, tf.contrib模块有很多功能是重复的,尤其是卷积操作,在使 ...

  3. TensorFlow下安装matplotlib模块

    如果运行TensorFlow时报错"no module named matplotlib ",这是因为未安装matplotlib,打开命令提示符小黑框,输入 pip install ...

  4. 屏蔽QQ空间个人中心“大家都在看”模块方法

    用火狐的ABP插件,虽然广告被干掉了,但那个"大家都在看"还是很突兀.为此,笔者写了两行js代码,给那些非IT人用. 第一步:安装火狐"油猴"插件 第二步:在电 ...

  5. 解决Tensorflow安装在导入模块时会出现ImportError: DLL load failed: 找不到指定的模块的问题

    提前说明自己的版本 python3.6 pip 19.2.2 tensorflow 1.14.0 以前用的python3.7.1 ,tensorflow一直用的是测试版本,官网说支持python3.6 ...

  6. 坑 之 Tensorflow安装在导入模块时会出现ImportError: DLL load failed: 找不到指定的模块的问题

    最近在使用tensorflow-gpu的时候遇到了这个问题,特此记录一下. 问题描述:windows下,安装tensorflow-gpu时选择了1.13.0.在调用时便出现了这个问题.经过查询发现,最 ...

  7. python必学的模块_Python必学的模块有哪些?

    展开全部 简单来说,模块就是一堆代码实现某个功32313133353236313431303231363533e4b893e5b19e31333433653866能,它们是已经写好的.py文件,在我们 ...

  8. python怎么安装tensorflow-Python使用pip安装TensorFlow模块

    1.首先确保已经安装python,然后用pip来安装matplotlib模块. 2.进入到cmd窗口下,建议执行python -m pip install -U pip setuptools进行升级. ...

  9. TensorFlow Hub介绍:TensorFlow中可重用的机器学习模块库

    摘要: 本文对TensorFlow Hub库的介绍,并举例说明其用法. 在软件开发中,最常见的失误就是容易忽视共享代码库,而库则能够使软件开发具有更高的效率.从某种意义上来说,它改变了编程的过程.我们 ...

最新文章

  1. AI已能按音乐风格填词,周杰伦又有御用作词了?|在线可玩
  2. Deformable ConvNets--Part2: Spatial Transfomer Networks(STN)
  3. 牛腩发布没有Internet 信息服务(IIS)管理器解决办法
  4. priority_queue的常见用法详解
  5. indigo egit
  6. SAP标准培训课程C4C10学习笔记(二)第二单元
  7. 在ASP.NET中利JavaScript实现控件的聚焦
  8. 利用SQL Server 2005特性删除表中重复数据
  9. 清除缓存 c语言_如何用C语言设置,清除和切换单个位?
  10. 国内最全最详细的hadoop2.2.0集群的HA高可靠的最简单配置
  11. 茅侃侃,80后技术人与你同在 | 一周业界事
  12. android jni java call c字符串乱码,JNI系列入门之C语言中文字符串乱码问题
  13. python3语法糖_python 连续不等式语法糖实例
  14. 25. Element nextSibling 属性
  15. 线程池原理_JAVA并发编程:详解线程池的工作原理
  16. win10-两电脑通过一根网线连接
  17. curry化 js_Curry的js实现
  18. 关于Python列表解析式以及初始化指定size列表
  19. 淘宝代购系统;海外代购系统;代购程序,代购系统源码PHP前端源码
  20. 百度编辑器Editor 1.4.3.2 asp.net版最新使用方法

热门文章

  1. php批量生成优惠券,PHP自动批量生成会员卡号程序
  2. 【LeetCode】【HOT】543. 二叉树的直径(递归)
  3. 【重难点】【Java集合 02】Set、List、Map 的区别、常见的线程安全的集合类、Collection 为什么只能在 Iterator 中删除元素
  4. POJ 1015 Jury Compromise dp分组
  5. Android AES加密算法及事实上现
  6. java心得---泛型
  7. 如何在不使用try语句的情况下查看文件是否存在
  8. 大屏数据可视化解决方案(上)
  9. 1-VScode格式化ESlint-方法(最全最好用方法!)
  10. druid监控及慢sql记录