Searched refs:inprops (Results 1 - 12 of 12) sorted by relevance

/external/openfst/src/lib/
H A Dproperties.cc38 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) { argument
39 uint64 outprops = (kError | kAcceptor | kUnweighted | kAccessible) & inprops;
42 kNotTopSorted | kNotString) & inprops;
43 if (!delayed || inprops & kAccessible)
46 kNotAccessible | kNotCoAccessible) & inprops;
51 uint64 ComplementProperties(uint64 inprops) { argument
56 inprops;
57 if (inprops & kAccessible)
116 uint64 DeterminizeProperties(uint64 inprops, bool has_subsequential_label) { argument
118 if (((kAcceptor | kNoIEpsilons) & inprops) || has_subsequential_labe
135 FactorWeightProperties(uint64 inprops) argument
147 InvertProperties(uint64 inprops) argument
185 ProjectProperties(uint64 inprops, bool project_input) argument
235 RandGenProperties(uint64 inprops, bool weighted) argument
252 ReplaceProperties(const vector<uint64>& inprops, ssize_t root, bool epsilon_on_replace, bool no_empty_fsts) argument
316 RelabelProperties(uint64 inprops) argument
329 ReverseProperties(uint64 inprops) argument
338 ReweightProperties(uint64 inprops) argument
345 RmEpsilonProperties(uint64 inprops, bool delayed) argument
367 SynchronizeProperties(uint64 inprops) argument
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproperties.cpp34 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) { argument
35 uint64 outprops = (kAcceptor | kUnweighted | kAccessible) & inprops;
38 kNotTopSorted | kNotString) & inprops;
39 if (!delayed || inprops & kAccessible)
42 kNotAccessible | kNotCoAccessible) & inprops;
47 uint64 ComplementProperties(uint64 inprops) { argument
51 outprops |= (kILabelSorted | kOLabelSorted | kInitialCyclic) & inprops;
52 if (inprops & kAccessible)
102 uint64 DeterminizeProperties(uint64 inprops) { argument
105 kInitialAcyclic | kCoAccessible | kString) & inprops;
120 FactorWeightProperties(uint64 inprops) argument
144 InvertProperties(uint64 inprops) argument
182 ProjectProperties(uint64 inprops, bool project_input) argument
232 ReplaceProperties(const vector<uint64>& inprops) argument
237 RelabelProperties(uint64 inprops) argument
250 ReverseProperties(uint64 inprops) argument
259 ReweightProperties(uint64 inprops) argument
266 RmEpsilonProperties(uint64 inprops, bool delayed) argument
281 SynchronizeProperties(uint64 inprops) argument
[all...]
H A Dproperties.h297 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed = false);
298 uint64 ComplementProperties(uint64 inprops);
302 uint64 DeterminizeProperties(uint64 inprops);
304 uint64 FactorWeightProperties(uint64 inprops);
306 uint64 InvertProperties(uint64 inprops);
307 uint64 ProjectProperties(uint64 inprops, bool project_input);
308 uint64 RelabelProperties(uint64 inprops);
309 uint64 ReplaceProperties(const vector<uint64>& inprops);
310 uint64 ReverseProperties(uint64 inprops);
311 uint64 ReweightProperties(uint64 inprops);
[all...]
H A Dreplace.h146 vector<uint64> inprops(fst_array_.size());
149 inprops[i] = fst_array_[i]->Properties(kCopyProperties, false);
151 SetProperties(ReplaceProperties(inprops));
/external/openfst/src/include/fst/
H A Dproperties.h323 inline uint64 SetStartProperties(uint64 inprops);
325 uint64 SetFinalProperties(uint64 inprops, Weight old_weight,
327 inline uint64 AddStateProperties(uint64 inprops);
329 uint64 AddArcProperties(uint64 inprops, typename A::StateId s, const A &arc,
331 inline uint64 DeleteStatesProperties(uint64 inprops);
332 inline uint64 DeleteAllStatesProperties(uint64 inprops, uint64 staticProps);
333 inline uint64 DeleteArcsProperties(uint64 inprops);
335 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed = false);
336 uint64 ComplementProperties(uint64 inprops);
340 uint64 DeterminizeProperties(uint64 inprops, boo
359 SetStartProperties(uint64 inprops) argument
367 AddStateProperties(uint64 inprops) argument
371 DeleteStatesProperties(uint64 inprops) argument
375 DeleteAllStatesProperties(uint64 inprops, uint64 staticprops) argument
380 DeleteArcsProperties(uint64 inprops) argument
388 SetFinalProperties(uint64 inprops, Weight old_weight, Weight new_weight) argument
410 AddArcProperties(uint64 inprops, typename A::StateId s, const A &arc, const A *prev_arc) argument
[all...]
H A Dmatcher.h291 virtual uint64 Properties(uint64 inprops) const {
292 uint64 outprops = inprops;
524 uint64 RhoMatcher<M>::Properties(uint64 inprops) const {
525 uint64 outprops = matcher_->Properties(inprops);
713 uint64 SigmaMatcher<M>::Properties(uint64 inprops) const {
714 uint64 outprops = matcher_->Properties(inprops);
930 uint64 PhiMatcher<M>::Properties(uint64 inprops) const {
931 uint64 outprops = matcher_->Properties(inprops);
H A Dencode.h347 uint64 Properties(uint64 inprops) { argument
348 uint64 outprops = inprops;
H A Darc-map.h846 uint64 Properties(uint64 inprops) const {
847 uint64 outprops = inprops & kOLabelInvariantProperties &
939 uint64 Properties(uint64 inprops) const {
940 uint64 outprops = inprops & kOLabelInvariantProperties &
H A Dreplace.h366 vector<uint64> inprops; local
383 inprops.push_back(fst->Properties(kCopyProperties, false));
406 SetProperties(ReplaceProperties(inprops, root_ - 1, epsilon_on_replace_,
H A Dlookahead-filter.h271 uint64 Properties(uint64 inprops) const {
272 uint64 outprops = filter_.Properties(inprops);
H A Dlookahead-matcher.h502 uint64 Properties(uint64 inprops) const {
503 uint64 outprops = matcher_.Properties(inprops);
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h54 inline uint64 ExpandProperties(uint64 inprops) { argument
55 return inprops & (kAcceptor | kAcyclic | kInitialAcyclic | kUnweighted);

Completed in 954 milliseconds