MCPcopy Create free account
hub / github.com/clab/dynet / PrefixCode

Method PrefixCode

examples/word-embedding/train_tok-embed.cc:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70// 2) then call AllocateParameters(m, dim)
71struct PrefixCode {
72 PrefixCode() : params_allocated(false) {}
73
74 PrefixNode* add(const string& pfc) {
75 assert(!params_allocated);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected