MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / bos_node

Method bos_node

external/sentencepiece/src/unigram_model.cc:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93const char *Lattice::surface(int pos) const { return surface_[pos]; }
94
95Lattice::Node *Lattice::bos_node() const { return end_nodes_[0][0]; }
96
97Lattice::Node *Lattice::eos_node() const { return begin_nodes_[size()][0]; }
98

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64