def maxpool_layer(shared_params, x, maxpool_shape, options): return pool.pool_2d(x, maxpool_shape, ignore_border=False)