Skip to content

embedder getTable

GitHub Action edited this page Jul 9, 2026 · 1 revision
utility::matrix * getTable()

Basic Info

Returns a pointer to the embedding table.

Return Type

Returns a utility::matrix *


Example

// Calling the getTable() function
embedder e(69, 420);
e.getTable();

Clone this wiki locally