Input layer representing a dense float[]
auto l = DenseData(50); // this layer will feed a 50-dimension dense float[] to its children.
See Implementation
Input layer representing a dense float[]