当前位置:网站首页>tf. compat. v1.global_ variables
tf. compat. v1.global_ variables
2022-06-29 07:33:00 【Wanderer001】
Reference resources tf.compat.v1.global_variables - cloud + Community - Tencent cloud
Returns global variables.
tf.compat.v1.global_variables(scope=None)
Global variables are variables that are shared across machines in a distributed environment. The Variable() constructor or get_variable() automatically adds new variables to the graph collection GraphKeys.GLOBAL_VARIABLES. This convenience function returns the contents of that collection.An alternative to global variables are local variables. See tf.compat.v1.local_variables
Args:
scope: (Optional.) A string. If supplied, the resulting list is filtered to include only items whosenameattribute matchesscopeusingre.match. Items without anameattribute are never returned if a scope is supplied. The choice ofre.matchmeans that ascopewithout special tokens filters by prefix.
Returns:
- A list of
Variableobjects.
边栏推荐
- 节流的两种写法-最近看到的这种写法
- 项目中 if else 的代替写法
- Autosar SWC在Simulink中Parameter的使用
- Markdown skill tree (2): paragraph and emphasis
- ShapeShifter: Robust Physical Adversarial Attack on Faster R-CNN Object Detector
- LSTM神经网络和普通神经网络的使用
- E-commerce is popular, how to improve the store conversion rate?
- National Security Agency and CISA kubernetes reinforcement guidelines - new content in version 1.1
- IMX6DL4.1.15支持EIM总线(上)——实际操作,修改内容。
- Livedata source code appreciation - basic use
猜你喜欢
随机推荐
1183:病人排队
How to authorize subordinates?
【翻译】e-Cloud。使用KubeEdge的大规模CDN
施努卡:轮胎自动抓取安装,3D视觉定位,机器人自动抓取
BeanPostProcessor 和 BeanFactoryPostProcessor
shell条件判断详解
Webrtc series - 8-connectivity detection for network transmission
SAP UI5 初学 ( 一 )、简介
Kingbasees v8r6 cluster maintenance case -- single instance data migration to cluster case
Two ways to write throttling - recently seen
TREE ALV 展开Node或者点击Toolbar按钮时DUMP(CL_ALV_TREE_BASE==============CP|SET_ITEMS_FOR_COLUMN)
Markdown 技能树(4):链接
Use of parameter in Simulink for AUTOSAR SWC
游标长时间open导致表无法vacuum问题
Markdown 技能树(8):代码块
国家安全局和CISA Kubernetes加固指南--1.1版的新内容
Blue Bridge Cup -- Analysis of the second batch of test questions of the 13th session
循环嵌套问题:为什么大循环在内,小循环在外可以提高程序的运行效率
Markdown skill tree (1): introduction to markdown
Schnuka: 3D visual recognition system 3D visual inspection principle









