menu
flutter_ml package
documentation
transformer/embeddingLayer.dart
EmbeddingLayerMatrix
EmbeddingLayerMatrix.new constructor
EmbeddingLayerMatrix.new constructor
dark_mode
light_mode
EmbeddingLayerMatrix
constructor
EmbeddingLayerMatrix
(
int
vocabularySize
,
int
embeddingDimension
)
Implementation
EmbeddingLayerMatrix(this.vocabularySize, this.embeddingDimension);
flutter_ml package
documentation
transformer/embeddingLayer
EmbeddingLayerMatrix
EmbeddingLayerMatrix.new constructor
EmbeddingLayerMatrix class