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
-
LayerBase<T>BilinearGLUFeedForwardLayer<T>
- Implements
-
ILayer<T>
- Inherited Members
Constructors
BilinearGLUFeedForwardLayer(int, int)
public BilinearGLUFeedForwardLayer(int inputSize, int outputSize)