# here we define a placeholder xx_placeholder = tf.placeholder(dtype = tf.float32, shape = [1,500]) # here we define an operation yy = (xx_placeholder-3)**2