Table of Contents

Class MaxPooling1DLayer

Namespace
NeuralNetworks.Layers
Assembly
NeuralNetworks.dll
public class MaxPooling1DLayer : Layer<float[,,], float[,,]>
Inheritance
Layer<float[,,], float[,,]>
MaxPooling1DLayer
Inherited Members

Constructors

MaxPooling1DLayer(int)

public MaxPooling1DLayer(int size)

Parameters

size int

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.