tf.placeholder代码详解
tf.placeholder(dtype, shape, name)
作用:创建一个类型为dtype,形状为shape,名字为name的一个Tensor类型
返回值:一个tensor类型
例子:
tensorflow版本为1.10
tf.placeholder(dtype, shape, name)
作用:创建一个类型为dtype,形状为shape,名字为name的一个Tensor类型
返回值:一个tensor类型
例子:
tensorflow版本为1.10