Implementation of Concatenate layer for io_stream
Created by: vloncar
This PR adds the missing implementation of Concatenate
layer for io_stream
. This is needed by the ENet model. The extra change included fixes the concatenation along the last dimension for the io_parallel
implementation (and also corrects the spaces over tabs issue).