camenduru's picture
thanks to show ❤
3bbb319
metadata
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 %}