Options for the Embedding
module.
More...
#include <embedding.h>
Public Member Functions | |
EmbeddingOptions (int64_t count, int64_t dimension) | |
TORCH_ARG (int64_t, count) | |
The number of embeddings (number of rows in the table). | |
TORCH_ARG (int64_t, dimension) | |
The size of each embedding vector (number of columns in the table). | |
Options for the Embedding
module.
Definition at line 14 of file embedding.h.