Home
last modified time | relevance | path

Searched refs:kWeightInvariantProperties (Results 1 – 10 of 10) sorted by relevance

/external/openfst/src/include/fst/
Darc-map.h798 return ProjectProperties(props, true) & kWeightInvariantProperties; in Properties()
848 kWeightInvariantProperties & kAddSuperFinalProperties; in Properties()
941 kWeightInvariantProperties & kAddSuperFinalProperties; in Properties()
992 return props & kWeightInvariantProperties; in Properties()
1026 return props & kWeightInvariantProperties; in Properties()
1055 return props & kWeightInvariantProperties; in Properties()
1081 return (props & kWeightInvariantProperties) | kUnweighted; in Properties()
1110 return props & kWeightInvariantProperties; in Properties()
Dproperties.h269 const uint64 kWeightInvariantProperties = variable
Dstate-map.h491 kDeleteArcsProperties & kWeightInvariantProperties; in Properties()
Dencode.h355 mask &= kILabelInvariantProperties & kWeightInvariantProperties & in Properties()
Dlookahead-filter.h404 return filter_.Properties(props) & kWeightInvariantProperties; in Properties()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h710 return ProjectProperties(props, true) & kWeightInvariantProperties; in Properties()
749 kWeightInvariantProperties & kAddSuperFinalProperties; in Properties()
827 kWeightInvariantProperties & kAddSuperFinalProperties; in Properties()
865 return props & kWeightInvariantProperties; in Properties()
889 return props & kWeightInvariantProperties; in Properties()
913 return props & kWeightInvariantProperties | kUnweighted; in Properties()
938 return props & kWeightInvariantProperties; in Properties()
Dproperties.h245 const uint64 kWeightInvariantProperties = variable
Dproperties.cpp260 uint64 outprops = inprops & kWeightInvariantProperties; in ReweightProperties()
Dencode.h263 mask &= kILabelInvariantProperties & kWeightInvariantProperties & in Properties()
/external/openfst/src/lib/
Dproperties.cc339 uint64 outprops = inprops & kWeightInvariantProperties; in ReweightProperties()