-
Notifications
You must be signed in to change notification settings - Fork 0
embedder getTable
GitHub Action edited this page Jul 9, 2026
·
1 revision
utility::matrix * getTable()Returns a pointer to the embedding table.
Returns a utility::matrix *
// Calling the getTable() function
embedder e(69, 420);
e.getTable();- AIUsage
- Block
- Embedder
- Introduction
- Layer
- Model
- NeuralNetwork
- PositionalEncoding
- SelfAttention
- Tokenizer
- Utility