HomeSort by relevance Sort by last modified time
    Searched refs:kUnweighted (Results 1 - 23 of 23) sorted by null

  /external/openfst/src/include/fst/
properties.h 106 const uint64 kUnweighted = 0x0000000200000000ULL;
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...]
equivalent.h 159 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
160 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
test-properties.h 113 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted | kString;
177 comp_props &= ~kUnweighted;
205 comp_props &= ~kUnweighted;
complement.h 154 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor;
compose.h 567 int64 props1 = fst1.Properties(kUnweighted, true);
568 int64 props2 = fst2.Properties(kUnweighted, true);
569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) {
minimize.h 489 if (!(fst->Properties(kAcceptor | kUnweighted, true))) {
535 kWeighted | kUnweighted, true);
compact-fst.h     [all...]
cache.h 826 properties &= ~kUnweighted;
830 kOEpsilons | kNoOEpsilons | kWeighted | kUnweighted;
queue.h 550 kTopSorted | kUnweighted, false);
557 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
vector-fst.h 684 *properties_ &= ~kUnweighted;
688 kOEpsilons | kNoOEpsilons | kWeighted | kUnweighted;
arc-map.h     [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.h 97 const uint64 kUnweighted = 0x0000000200000000ULL;
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...]
properties.cpp 35 uint64 outprops = (kAcceptor | kUnweighted | kAccessible) & inprops;
48 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons |
71 (kAcceptor | kUnweighted | kAcyclic) & inprops1 & inprops2;
146 kEpsilons | kNoEpsilons | kWeighted | kUnweighted |
184 outprops |= (kExpanded | kMutable | kWeighted | kUnweighted |
239 kWeighted | kUnweighted |
253 kIEpsilons | kOEpsilons | kWeighted | kUnweighted |
283 kUnweighted) & inprops;
291 uint64 outprops = (kAcceptor | kUnweighted | kAcyclic | kAccessible)
equivalent.h 126 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
127 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
test-properties.h 111 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted | kString;
172 comp_props &= ~kUnweighted;
199 comp_props &= ~kUnweighted;
complement.h 120 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor;
compose.h 785 props1 |= fst1.Properties(kUnweighted, true);
786 props2 |= fst2.Properties(kUnweighted, true);
787 if (!(props1 & kUnweighted) && !(props2 & kUnweighted))
    [all...]
vector-fst.h 220 SetProperties(Properties() & ~kUnweighted);
223 (kSetFinalProperties | kWeighted | kUnweighted));
265 SetProperties(Properties() & ~kUnweighted);
274 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted));
minimize.h 476 if (!(fst->Properties(kAcceptor | kUnweighted, true)))
516 kWeighted | kUnweighted, true);
queue.h 512 kTopSorted | kUnweighted, false);
519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
map.h 913 return props & kWeightInvariantProperties | kUnweighted;
  /external/openfst/src/lib/
properties.cc 39 uint64 outprops = (kError | kAcceptor | kUnweighted | kAccessible) & inprops;
52 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons |
84 (kAcceptor | kUnweighted | kAcyclic) & inprops1 & inprops2;
149 kEpsilons | kNoEpsilons | kWeighted | kUnweighted |
187 outprops |= (kExpanded | kMutable | kError | kWeighted | kUnweighted |
245 outprops |= kUnweighted;
297 if (!(inprops[i] & kUnweighted))
309 outprops |= kUnweighted;
318 kWeighted | kUnweighted |
332 kIEpsilons | kOEpsilons | kWeighted | kUnweighted |
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 55 return inprops & (kAcceptor | kAcyclic | kInitialAcyclic | kUnweighted);
    [all...]

Completed in 295 milliseconds