Home | History | Annotate | Download | only in fst

Lines Matching refs:Compact

0 // compact-fst.h
75 // Element Compact(StateId s, const Arc &arc);
108 // Implementation data for Compact Fst, which can shared between otherwise
249 compacts_[pos++] = compactor.Compact(s, A(kNoLabel, kNoLabel,
254 compacts_[pos++] = compactor.Compact(s, aiter.Value());
318 compacts_[i] = compactor.Compact(i, Arc(kNoLabel, kNoLabel,
470 string type = "compact";
727 string type = "compact";
752 string type = "compact";
792 // into the compact arc array (uint32 by default, declared in
922 // Writes Fst in Compact format, potentially with a pass over the machine
955 first_pass_compactor.Compact(
960 first_pass_compactor.Compact(s, aiter.Value());
968 string type = "compact";
1010 element = second_pass_compactor.Compact(
1015 element = second_pass_compactor.Compact(s, aiter.Value());
1055 // Never caches, always iterates over the underlying compact elements.
1225 Element Compact(StateId s, const A &arc) const { return arc.ilabel; }
1265 Element Compact(StateId s, const A &arc) const {
1308 Element Compact(StateId s, const A &arc) const {
1350 Element Compact(StateId s, const A &arc) const {
1392 Element Compact(StateId s, const A &arc) const {