Home
last modified time | relevance | path

Searched refs:fst_props (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dverify.h106 uint64 fst_props = fst.Properties(kFstProperties, false);
107 if (fst_props & kError) {
115 if (!CompatProperties(fst_props, test_props)) {
Dtest-properties.h82 uint64 fst_props = fst.Properties(kFstProperties, false); // Fst-stored in ComputeProperties() local
86 uint64 known_props = KnownProperties(fst_props); in ComputeProperties()
90 return fst_props; in ComputeProperties()
97 uint64 comp_props = fst_props & kBinaryProperties; in ComputeProperties()