1 instantiation of Embeddings
Microsoft.ML.TorchSharp (1)
Roberta\Models\RobertaEncoder.cs (1)
27embeddings = new Embeddings(numEmbeddings, embeddingSize, maxPositions, maxTokenTypes,
2 references to Embeddings
Microsoft.ML.TorchSharp (2)
Roberta\Models\RobertaEncoder.cs (1)
17public readonly Embeddings embeddings;
Roberta\Modules\Embeddings.cs (1)
23: base(nameof(Embeddings))