EmbeddingLayerMatrix constructor

EmbeddingLayerMatrix(
  1. int vocabularySize,
  2. int embeddingDimension
)

Implementation

EmbeddingLayerMatrix(this.vocabularySize, this.embeddingDimension);