Class MaxPooling2DLayer
- Namespace
- NeuralNetworks.Layers
- Assembly
- NeuralNetworks.dll
public class MaxPooling2DLayer : Layer<float[,,,], float[,,,]>
- Inheritance
-
MaxPooling2DLayer
- Inherited Members
Constructors
MaxPooling2DLayer(int, int)
public MaxPooling2DLayer(int sizeHeight, int sizeWidth)
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.