摘要: 1. 预加载数据 Preloaded data# coding: utf-8import tensorflow as tf# 设计Graphx1 = tf.constant([2, 3, 4])x2 = tf.constant([4, 0, 1])y = tf.add... 阅读全文
posted @ 2018-04-22 18:53 未雨愁眸 阅读(579) 评论(0) 推荐(0)