TensorFlow学习笔记2——数据类型及简单运算

0. 小试牛刀 首先,激活tensorflow环境( source activate tensorflow ),随后在ipython里: 1 import tensorflow as tf 2 sess = tf.Session() 创建常量格式如下: 1 tf.constant(value, dtype=None, shape=None, name='Const', verify_shape=F
相关文章
相关标签/搜索