| LiquidLayer {Microsoft.VisualBasic.DeepLearning.LiquidNeuralNetwork} |
.NET clr documentation |
LiquidLayer
Description
Declare
# namespace Microsoft.VisualBasic.DeepLearning.LiquidNeuralNetwork
export class LiquidLayer {
ActivationType: string;
Cells: iterates(LiquidCell);
HiddenSize: integer;
InputSize: integer;
LayerNormBeta: Tensor;
LayerNormGamma: Tensor;
Mode: LiquidMode;
NumLayers: integer;
Training: boolean;
UseLayerNorm: boolean;
}
.NET clr type reference tree
- use by property member
Cells: iterates(LiquidCell)
- use by property member
LayerNormBeta: Tensor
- use by property member
LayerNormGamma: Tensor
- use by property member
Mode: LiquidMode
[Package
{$package} version {$version}
Index]