当前位置:网站首页>tf.get_default_graph
tf.get_default_graph
2022-07-22 05:07:00 【Wanderer001】
Returns the default graph for the current thread.
Aliases:
tf.get_default_graph()
The returned graph will be the innermost graph on which a Graph.as_default() context has been entered, or a global default graph if none has been explicitly created.
NOTE: The default graph is a property of the current thread. If you create a new thread, and wish to use the default graph in that thread, you must explicitly add a with g.as_default():
in that thread's function.
Returns:
The default Graph
being used in the current thread.
边栏推荐
猜你喜欢
随机推荐
视觉系统设计实例(halcon-winform)-8.匹配查找
ffmpeg-rk3399 ffplay 学习分析
【Unity】 UI跟随3D物体,世界坐标转UI坐标
Grasp the development trend of robot education towards AI intelligence
How to write update set a= (select) in PostgreSQL?
AlterNet Studio 8.1 Crack
UE4 设置碰撞体
keepalived
BUUCTFReservewp(3)
LeetCode 每日一题——814. 二叉树剪枝
ES6中的一些新特性
15_额外的模型
BUUCTFReservewp(3)
AT4379 [AGC027E] ABBreviate
Kingbasees Security Guide for Jincang database -- 2.2. prevention of kingbasees' threats to database security
Inventory of e-mail security incidents in China in the first half of 2022
把握机器人教育朝AI智能化发展的趋势
网络基础原理概述
理解递归与迭代
力扣每日一题-第41天-645. 错误的集合