def setupOutput(self): with tf.variable_scope(self.name): self.output = max_pool(self.input,shape=self.shape)