2017年5月15日

张量 tensor

摘要: 一段程序示例 import tensorflow as tf a=tf.constant([1.0,2.0],name='a') b=tf.constant([2.0,3.0],name='b') result=tf.add(a,b,name='add') print result Tensor(" 阅读全文

posted @ 2017-05-15 19:10 juedaiyuer 阅读(182) 评论(0) 推荐(0) 编辑

导航