Concatenation is applied along the
batch-dimension.
Example: if you concatenate two inputs A and B of
shape (h, w, d, b) = (1, 1, 1, 2), where A = [A0,
A1] and B = [B0, B1], you
obtain the output [A0, A1, B0, B1]
with shape (1, 1, 1, 4).
Concatenation is applied along the
depth-dimension, but the output is reshaped as if the data was
concatenated along the batch-dimension. For this dimension,
all inputs need to have exactly the same shape.
Note that when the input batch_size is 1, the
concatenation is identical for 'batch'"batch""batch""batch""batch""batch" and
'batch_interleaved'"batch_interleaved""batch_interleaved""batch_interleaved""batch_interleaved""batch_interleaved".
Example: if you concatenate two inputs A and B of
shape (h, w, d, b) = (1, 1, 1, 2), where A = [A0,
A1] and B = [B0, B1], you
obtain the output [A0, B0, A1, B1]
with shape (1, 1, 1, 4).
'depth'"depth""depth""depth""depth""depth":
Concatenation is applied along the
depth-dimension.
Example: if you concatenate two inputs A and B of
shape (h, w, d, b) = (1, 1, 1, 2), where A = [A0,
A1] and B = [B0, B1], you
obtain the output [A0, A1, B0, B1]
with shape (1, 1, 2, 2).
'height'"height""height""height""height""height":
Concatenation is applied along the
height-dimension.
'width'"width""width""width""width""width":
Concatenation is applied along the
width-dimension.
Note that all non-concatenated dimensions must be equal for all input data
tensors.
Determines whether apply_dl_modelapply_dl_modelApplyDlModelApplyDlModelApplyDlModelapply_dl_model will include the output of this
layer in the dictionary DLResultBatchDLResultBatchDLResultBatchDLResultBatchDLResultBatchdlresult_batch even without specifying
this layer in OutputsOutputsOutputsOutputsoutputsoutputs ('true'"true""true""true""true""true") or not
('false'"false""false""false""false""false").
List of values: 'batch'"batch""batch""batch""batch""batch", 'batch_interleaved'"batch_interleaved""batch_interleaved""batch_interleaved""batch_interleaved""batch_interleaved", 'depth'"depth""depth""depth""depth""depth", 'height'"height""height""height""height""height", 'width'"width""width""width""width""width"
List of values: 'is_inference_output'"is_inference_output""is_inference_output""is_inference_output""is_inference_output""is_inference_output", 'num_trainable_params'"num_trainable_params""num_trainable_params""num_trainable_params""num_trainable_params""num_trainable_params"