person-re-ranking/caffe/docs/tutorial/layers/flatten.md

849 B

title
Flatten Layer

Flatten Layer

The Flatten layer is a utility layer that flattens an input of shape n * c * h * w to a simple vector output of shape n * (c*h*w).

Parameters

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