Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

        

联系锋哥QQ:3320160706

AI编程,程序员挑战年入30~100万高级指南 - 职业规划

Java、Python项目定制找Java1234_小锋老师,专业又靠谱 QQ:3320160706

Java、Python毕设辅导找Java1234_小锋老师,专业又靠谱 QQ:3320160706
当前位置: 主页 > Java文档 > Java基础相关 >

【官方文档】TensorFlow Python API documentation PDF 下载


时间:2020-09-19 09:03来源:http://www.java1234.com 作者:小锋  侵权举报
【官方文档】TensorFlow Python API documentation PDF 下载
失效链接处理
【官方文档】TensorFlow Python API documentation PDF 下载


本站整理下载:
 
相关截图:
 
主要内容:

tf.Dimension.merge_with(other)
Returns a Dimension that combines the information 
in self and other.
Dimensions are combined as follows:
Dimension(n) .merge_with(Dimension(n)) == Dimension(n)
Dimension(n) .merge_with(Dimension(None)) == Dimension(n)
Dimension(None).merge_with(Dimension(n)) == Dimension(n)
Dimension(None).merge_with(Dimension(None)) == Dimension(None)
Dimension(n) .merge_with(Dimension(m)) raises ValueError for 
n != m
Args:
 other: Another Dimension.
Returns:
A Dimension containing the combined information of self and other.
Raises:
 ValueError: If self and other are not compatible (see 
is_compatible_with)

 

------分隔线----------------------------


锋哥推荐