Searched refs:inprops (Results 1 – 3 of 3) sorted by relevance
34 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) { in ClosureProperties() argument35 uint64 outprops = (kAcceptor | kUnweighted | kAccessible) & inprops; in ClosureProperties()38 kNotTopSorted | kNotString) & inprops; in ClosureProperties()39 if (!delayed || inprops & kAccessible) in ClosureProperties()42 kNotAccessible | kNotCoAccessible) & inprops; in ClosureProperties()47 uint64 ComplementProperties(uint64 inprops) { in ComplementProperties() argument51 outprops |= (kILabelSorted | kOLabelSorted | kInitialCyclic) & inprops; in ComplementProperties()52 if (inprops & kAccessible) in ComplementProperties()102 uint64 DeterminizeProperties(uint64 inprops) { in DeterminizeProperties() argument105 kInitialAcyclic | kCoAccessible | kString) & inprops; in DeterminizeProperties()[all …]
297 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 …]
147 vector<uint64> inprops(fst_array_.size()); in AddFst()150 inprops[i] = fst_array_[i]->Properties(kCopyProperties, false); in AddFst()152 SetProperties(ReplaceProperties(inprops)); in AddFst()