Searched defs:has_subsequential_label (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/lib/
H A Dproperties.cc116 uint64 DeterminizeProperties(uint64 inprops, bool has_subsequential_label) { argument
118 if (((kAcceptor | kNoIEpsilons) & inprops) || has_subsequential_label)
129 if ((inprops & kNoIEpsilons) && has_subsequential_label)

Completed in 65 milliseconds