Dragon API Dragon v0.3.0 Python Concat¶ class dragon.vm.caffe.core.layers.Concat(layer_param)[source]¶ Concatenate the inputs along the given axis. Examples: layer { type: "Concat" bottom: "conv2" bottom: "conv1" top: "conv2/fuse" concat_param { axis: 1 } }