TensorFlow定義模塊

2018-09-19 17:20 更新

# 版權(quán)所有 2015 TensorFlow 作者.保留所有權(quán)利.

#

# 許可下的 Apache 許可證, 版本 2.0 ("許可證");

# 除非符合許可, 否則您不得使用此文件.

# 您可以獲得許可證的副本

#

# http://www.apache.org/licenses/LICENSE-2.0

#

# 除非適用法律要求或書面同意, 軟件

# 分布在許可證下的 "按" 為基礎(chǔ)

# 沒有任何明示或默示的保證或條件.

# 查看特定語言管理權(quán)限的許可證和許可證下的限制.

# ==============================================================================

# 將所有公共 TensorFlow 接口引入此 # 模塊.

from __future__ import absolute_import

from __future__ import division

from __future__ import print_function

# pylint: disable=wildcard-import

from tensorflow.python import *

# pylint: enable=wildcard-import

from tensorflow.python.util.lazy_loader import LazyLoader

contrib = LazyLoader('contrib', globals(), 'tensorflow.contrib')

del LazyLoader

del absolute_import

del division

del print_function

# These symbols appear because we import the python package which

# in turn imports from tensorflow.core and tensorflow.python. They

# must come from this module. So python adds these symbols for the

# resolution to succeed.

# pylint: disable=undefined-variable

del python

del core

# pylint: enable=undefined-variable

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號