Class FlattenLayer
- Namespace
- NeuralNetworks.Layers
- Assembly
- NeuralNetworks.dll
public class FlattenLayer : Layer<float[,,,], float[,]>
- Inheritance
-
FlattenLayer
- Inherited Members
Methods
CreateOperationListBuilder()
public override OperationListBuilder<float[,,,], float[,]> CreateOperationListBuilder()
Returns
- OperationListBuilder<float[,,,], float[,]>
EnsureSameShapeForInput(float[,,,]?, float[,,,]?)
protected override void EnsureSameShapeForInput(float[,,,]? input, float[,,,]? inputGradient)
Parameters
EnsureSameShapeForOutput(float[,]?, float[,]?)
protected override void EnsureSameShapeForOutput(float[,]? output, float[,]? outputGradient)
Parameters
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.