Tensor(shape=(2,),dtpye=float32):表示这个张量是一个一位数组,且数组的长度为2
x=tf.placeholder(tf.float32,shape=(1,2)name="input"):表示一行两列的数组
图1:

图2:
