摘要: import tensorflow as tf a = tf.constant([1.0,2.0,3.0,4.0,5.0,6.0],shape=[2,3],name='a') b = tf.constant([1.0,2.0,3.0,4.0,5.0,6.0],shape=[3,2],name='b') c = tf.matmul(a,b) sess = tf.Session(confi... 阅读全文
posted @ 2017-04-13 12:02 凌度 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 生成日期列表 范例:生成日期和补全某天充值数据 阅读全文
posted @ 2017-04-13 11:14 凌度 阅读(884) 评论(1) 推荐(0) 编辑