Home | History | Annotate | Download | only in fst

Lines Matching refs:Compact

0 // compact-fst.h
74 // Element Compact(StateId s, const Arc &arc);
107 // Implementation data for Compact Fst, which can shared between otherwise
243 compacts_[pos++] = compactor.Compact(s, A(kNoLabel, kNoLabel,
248 compacts_[pos++] = compactor.Compact(s, aiter.Value());
310 compacts_[i] = compactor.Compact(i, Arc(kNoLabel, kNoLabel,
464 string type = "compact";
714 string type = "compact";
739 string type = "compact";
781 // into the compact arc array (uint32 by default, declared in
924 // Never caches, always iterates over the underlying compact elements.
1094 Element Compact(StateId s, const A &arc) const { return arc.ilabel; }
1134 Element Compact(StateId s, const A &arc) const {
1177 Element Compact(StateId s, const A &arc) const {
1219 Element Compact(StateId s, const A &arc) const {
1261 Element Compact(StateId s, const A &arc) const {