W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
# 版權(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
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: