摘要: 几个point import tensorflow as tf sess = tf.InteractiveSession() In [12]: t = tf.constant([[1, 2, 3], [4, 5, 6]], dtype=tf.float32) In [19]: tf.expand_d 阅读全文
posted @ 2016-08-07 15:46 阁子 阅读(10279) 评论(0) 推荐(0) 编辑