public class Flatten
extends Layer
TODO: Flatten layer
- Author:
- Nearage https://github.com/Nearage
-
-
Constructor Summary
Constructors
Initializes a flatten layer
-
Method Summary
Activates the layer for the given input
Propagates the activation of the layer for the given input
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Flatten
public Flatten()
Initializes a flatten layer
-