Table of Contents

Class BilinearGLUFeedForwardLayer<T>

Namespace
AiDotNet.NeuralNetworks.Layers
Assembly
AiDotNet.dll
public class BilinearGLUFeedForwardLayer<T> : GatedLinearUnitLayer<T>, ILayer<T>, IJitCompilable<T>, IDiagnosticsProvider, IWeightLoadable<T>, IDisposable

Type Parameters

T
Inheritance
BilinearGLUFeedForwardLayer<T>
Implements
Inherited Members

Constructors

BilinearGLUFeedForwardLayer(int, int)

public BilinearGLUFeedForwardLayer(int inputSize, int outputSize)

Parameters

inputSize int
outputSize int