当前位置:网站首页>tf.compat.v1.global_variables
tf.compat.v1.global_variables
2022-06-29 06:39:00 【Wanderer001】
参考 tf.compat.v1.global_variables - 云+社区 - 腾讯云
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.
边栏推荐
- [popular science materials] materials from scientific spirit to scientific knowledge
- [software test] interface - Basic test process
- uva10859
- Do you really understand "binder copy once"?
- Shift/space studio "Aurora" project: building a villa in the sandbox metauniverse
- 九州云助力内蒙古“东数西算”工程,驱动测绘行业智慧新生态
- How to select CRM brand suppliers in garment industry?
- IMX6DL4.1.15支持EIM总线(下)——配置原理分析。
- 项目中 if else 的代替写法
- E-commerce is popular, how to improve the store conversion rate?
猜你喜欢

项目中 if else 的代替写法

MFC中利用CDockablePane实现悬浮窗

What are the conditions for a high-quality public chain?

IMX6DL4.1.15支持EIM总线(下)——配置原理分析。

树形下拉选择框el-select结合el-tree效果demo(整理)
![[QNX Hypervisor 2.2用户手册]6.2.1 Guest之间通信](/img/3d/6a0cde206a09a7ef03038fb99cf532.png)
[QNX Hypervisor 2.2用户手册]6.2.1 Guest之间通信
![[software test] interface - Basic test process](/img/8d/f61f7d3f721a60c28fc16115c138b4.jpg)
[software test] interface - Basic test process

部署Prometheus-server服务 system管理

Markdown 技能树(5):图片
【翻译】簇拥而出。构建现代应用程序的设计方法
随机推荐
How to select CRM brand suppliers in garment industry?
NoSQL数据库介绍
机器学习笔记 - 时间序列的混合模型
关于数据库,你应该知道的事情
Introduction to NoSQL database
uva11825
数字ic设计——UART
[popular science materials] materials from scientific spirit to scientific knowledge
WebRTC系列-网络传输之8-连通性检测
Crawler data analysis (introduction 2-re analysis)
九州云助力内蒙古“东数西算”工程,驱动测绘行业智慧新生态
Markdown skill tree (1): introduction to markdown
Livedata source code appreciation - basic use
Genicam gentl standard ver1.5 (3) Chapter 4
树形下拉选择框el-select结合el-tree效果demo(整理)
LSTM神经网络和普通神经网络的使用
WordPress adds article topping, password protection, and privacy Tags
mmclassification安装与调试
The realization of changing pop-up background at any time
Alternative writing of if else in a project