OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compacts
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
string.h
116
vector<pair<Label, Weight> >
compacts
;
local
117
compacts
.reserve(labels.size());
119
compacts
.push_back(make_pair(labels[i], Weight::One()));
120
compacts
.back().second = weight;
121
fst->SetCompactElements(
compacts
.begin(),
compacts
.end());
compact-fst.h
175
const CompactElement &
Compacts
(size_t i) const { return compacts_[i]; }
323
// Count # of states, arcs and
compacts
.
675
return compactor_->Expand(s, data_->
Compacts
(i), f);
991
Unsigned
compacts
= 0;
local
994
strm.write(reinterpret_cast<const char *>(&
compacts
), sizeof(
compacts
));
996
++
compacts
;
998
compacts
+= fst.NumArcs(s);
1000
strm.write(reinterpret_cast<const char *>(&
compacts
), sizeof(
compacts
));
[
all
...]
Completed in 363 milliseconds