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

  1. use by property member Cells: iterates(LiquidCell)
  2. use by property member LayerNormBeta: Tensor
  3. use by property member LayerNormGamma: Tensor
  4. use by property member Mode: LiquidMode

[Package {$package} version {$version} Index]