Class UnflattenLayer
- Namespace
- NeuralNetworks.Layers
- Assembly
- NeuralNetworks.dll
public class UnflattenLayer : Layer<float[,], float[,,,]>
- Inheritance
-
UnflattenLayer
- Inherited Members
Constructors
UnflattenLayer(int, int, int)
public UnflattenLayer(int channels, int height, int width)
Parameters
Methods
CreateOperationListBuilder()
public override OperationListBuilder<float[,], float[,,,]> CreateOperationListBuilder()
Returns
- OperationListBuilder<float[,], float[,,,]>
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.