Embedding

Emebedding ID into vector

Constructors

this
this(uint nVocab, uint nEmbed)
Undocumented in source.

Members

Functions

opCall
auto opCall(Variable!(int, 1, Storage) ids)
Undocumented in source. Be warned that the author may not have intended to support it.
resetParameters
void resetParameters()
nEmbed
uint nEmbed;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

nVocab
uint nVocab;
Undocumented in source.
weight
Variable!(T, 2, Storage) weight;
Undocumented in source.

Meta