def _reorg(net, stride): return tf.extract_image_patches( net, [1, stride, stride, 1], [1, stride, stride, 1], [1, 1, 1, 1], 'VALID')