Home
last modified time | relevance | path

Searched refs:kUnweighted (Results 1 – 23 of 23) 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/srec/tools/thirdparty/OpenFst/fst/lib/
Dproperties.h97 const uint64 kUnweighted = 0x0000000200000000ULL; variable
141 kUnweighted | kAcyclic | kInitialAcyclic | kTopSorted |
150 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic |
161 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic |
180 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic |
197 kILabelSorted | kOLabelSorted | kUnweighted | kAcyclic |
204 kILabelSorted | kOLabelSorted | kUnweighted | kAcyclic |
213 | kWeighted | kUnweighted | kCyclic | kAcyclic | kInitialCyclic |
222 kNoOEpsilons | kWeighted | kUnweighted | kCyclic | kAcyclic |
231 kWeighted | kUnweighted | kCyclic | kAcyclic | kInitialCyclic |
[all …]
Dproperties.cpp35 uint64 outprops = (kAcceptor | kUnweighted | kAccessible) & inprops; in ClosureProperties()
48 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons | in ComplementProperties()
71 (kAcceptor | kUnweighted | kAcyclic) & inprops1 & inprops2; in ConcatProperties()
146 kEpsilons | kNoEpsilons | kWeighted | kUnweighted | in InvertProperties()
184 outprops |= (kExpanded | kMutable | kWeighted | kUnweighted | in ProjectProperties()
239 kWeighted | kUnweighted | in RelabelProperties()
253 kIEpsilons | kOEpsilons | kWeighted | kUnweighted | in ReverseProperties()
283 kUnweighted) & inprops; in SynchronizeProperties()
291 uint64 outprops = (kAcceptor | kUnweighted | kAcyclic | kAccessible) in UnionProperties()
Dequivalent.h125 if ((fst1.Properties(kUnweighted , true) != kUnweighted) in Equivalent()
126 || (fst2.Properties(kUnweighted , true) != kUnweighted)) { in Equivalent()
Dtest-properties.h109 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted | kString; in ComputeProperties()
170 comp_props &= ~kUnweighted; in ComputeProperties()
197 comp_props &= ~kUnweighted; in ComputeProperties()
Dcompose.h782 props1 |= fst1.Properties(kUnweighted, true); in Init()
783 props2 |= fst2.Properties(kUnweighted, true); in Init()
784 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) in Init()
Dvector-fst.h220 SetProperties(Properties() & ~kUnweighted); in SetFinal()
223 (kSetFinalProperties | kWeighted | kUnweighted)); in SetFinal()
265 SetProperties(Properties() & ~kUnweighted); in AddArc()
274 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted)); in AddArc()
Dminimize.h476 if (!(fst->Properties(kAcceptor | kUnweighted, true))) in AcceptorMinimize()
516 kWeighted | kUnweighted, true);
Dcomplement.h120 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; in ComplementFst()
Dqueue.h512 kTopSorted | kUnweighted, false); in AutoQueue()
519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) { in AutoQueue()
Dmap.h913 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()