Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.48 KB

concat.md

File metadata and controls

40 lines (34 loc) · 1.48 KB
title
Concat Layer

Concat Layer

The Concat layer is a utility layer that concatenates its multiple input blobs to one single output blob.

Parameters

  • Parameters (ConcatParameter concat_param)
    • Optional
      • axis [default 1]: 0 for concatenation along num and 1 for channels.
  • From ./src/caffe/proto/caffe.proto):

{% highlight Protobuf %} {% include proto/ConcatParameter.txt %} {% endhighlight %}