// // // //

2020年2月27日

摘要: size Tensor 的 大小,长 * 宽; tf.size 返回 Tensor,需要 session; d1 = tf.random_uniform((3, 2)) # print(d1.size) # AttributeError: 'Tensor' object has no attribu 阅读全文
posted @ 2020-02-27 15:16 努力的孔子 阅读(1369) 评论(0) 推荐(0) 编辑
 
摘要: 先来看看官方解释 def identity(input, name=None): # pylint: disable=redefined-builtin r"""Return a tensor with the same shape and contents as input. 返回一个和输入 相同 阅读全文
posted @ 2020-02-27 14:30 努力的孔子 阅读(914) 评论(0) 推荐(0) 编辑