TensorFlow笔记(2) 常量与变量

TensorFlow笔记(2) 常量与变量 1. constant 常量 2. Variable 变量 3. placeholder 占位符 4. Feed 提交数据 5. Fetch 提取数据 1. constant 常量 在运行过程当中值不变化的量 建立语句:constant_ name = tf.constant(value)node node1 = tf.constant(2.0, tf.
相关文章
相关标签/搜索