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