Home
last modified time | relevance | path

Searched refs:kUnweighted (Results 1 – 13 of 13) sorted by relevance

/external/openfst/src/include/fst/
Dproperties.h106 const uint64 kUnweighted = 0x0000000200000000ULL; variable
149 kUnweighted | kAcyclic | kInitialAcyclic | kTopSorted |
158 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic |
169 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic |
184 kUnweighted | kCyclic | kAcyclic | kTopSorted | kNotTopSorted |
204 kUnweighted | kCyclic | kAcyclic | kInitialCyclic |
221 kILabelSorted | kOLabelSorted | kUnweighted | kAcyclic |
228 kILabelSorted | kOLabelSorted | kUnweighted | kAcyclic |
237 | kWeighted | kUnweighted | kCyclic | kAcyclic | kInitialCyclic |
246 kNoOEpsilons | kWeighted | kUnweighted | kCyclic | kAcyclic |
[all …]
Dequivalent.h159 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
160 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
Dtest-properties.h113 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted | kString; in ComputeProperties()
177 comp_props &= ~kUnweighted; in ComputeProperties()
205 comp_props &= ~kUnweighted; in ComputeProperties()
Dcompose.h567 int64 props1 = fst1.Properties(kUnweighted, true); in CreateBase2()
568 int64 props2 = fst2.Properties(kUnweighted, true); in CreateBase2()
569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) { in CreateBase2()
Dminimize.h489 if (!(fst->Properties(kAcceptor | kUnweighted, true))) { in AcceptorMinimize()
535 kWeighted | kUnweighted, true);
Dcomplement.h154 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; in ComplementFst()
Dvector-fst.h684 *properties_ &= ~kUnweighted; in SetValue()
688 kOEpsilons | kNoOEpsilons | kWeighted | kUnweighted; in SetValue()
Dcache.h826 properties &= ~kUnweighted; in SetValue()
830 kOEpsilons | kNoOEpsilons | kWeighted | kUnweighted; in SetValue()
Dcompact-fst.h1234 return kString | kAcceptor | kUnweighted; in Properties()
1319 return kAcceptor | kUnweighted; in Properties()
1403 return kUnweighted; in Properties()
Dqueue.h550 kTopSorted | kUnweighted, false); in AutoQueue()
557 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) { in AutoQueue()
Darc-map.h1081 return (props & kWeightInvariantProperties) | kUnweighted; in Properties()
/external/openfst/src/lib/
Dproperties.cc39 uint64 outprops = (kError | kAcceptor | kUnweighted | kAccessible) & inprops; in ClosureProperties()
52 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons | in ComplementProperties()
84 (kAcceptor | kUnweighted | kAcyclic) & inprops1 & inprops2; in ConcatProperties()
149 kEpsilons | kNoEpsilons | kWeighted | kUnweighted | in InvertProperties()
187 outprops |= (kExpanded | kMutable | kError | kWeighted | kUnweighted | in ProjectProperties()
245 outprops |= kUnweighted; in RandGenProperties()
297 if (!(inprops[i] & kUnweighted)) in ReplaceProperties()
309 outprops |= kUnweighted; in ReplaceProperties()
318 kWeighted | kUnweighted | in RelabelProperties()
332 kIEpsilons | kOEpsilons | kWeighted | kUnweighted | in ReverseProperties()
[all …]
/external/openfst/src/include/fst/extensions/pdt/
Dexpand.h55 return inprops & (kAcceptor | kAcyclic | kInitialAcyclic | kUnweighted); in ExpandProperties()