========================== Concatenate Batcher ========================== The `ConcatBatcher` simply concatenates input numpy arrays into larger ones. It requires the input arrays to have campatible shapes. No padding will be performed. .. literalinclude:: ./concat_batcher_example.py :language: python