摘要:
1.tf.constant tf.constant(value, dtype=None, shape=None, name='Const') 参数: value: 第一个值value是必须的,可以是一个数值,也可以是一个列表。 dtype: 所要创建的tensor的数据类型 shape: 所要创建的 阅读全文
摘要:
1.tf.expand_dims() tf.expand_dims(input, axis=None, name=None, dim=None) 作用:给定张量,输入形状的维度索引轴处插入1的尺寸。 尺寸索引轴从零开始; 如果为指定的轴为负数,则从末尾开始算起。 参数: input:张量。 aixs 阅读全文