摘要: 一、基础函数 1.1 、tf.reduce_sum(input_tensor, axis) Computes the sum of elements across dimensions of a tensor,沿着维度sxis计算和 x= [[1, 1, 1], [1, 1, 1]],其秩为2 // 阅读全文
posted @ 2018-09-29 13:45 chease 阅读(2477) 评论(0) 推荐(0)