def View(shape, name='View'): with tf.variable_op_scope([x], None, name, reuse=reuse): return wrapNN(tf.reshape,shape=shape)