Home
last modified time | relevance | path

Searched refs:kFstProperties (Results 1 – 25 of 29) sorted by relevance

12

/external/openfst/src/include/fst/
Dconcat.h62 uint64 props1 = fst1->Properties(kFstProperties, false); in Concat()
63 uint64 props2 = fst2.Properties(kFstProperties, false); in Concat()
101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
127 uint64 props1 = fst1.Properties(kFstProperties, false); in Concat()
128 uint64 props2 = fst2->Properties(kFstProperties, false); in Concat()
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
Drational.h110 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
123 uint64 props1 = fst1.Properties(kFstProperties, false); in InitUnion()
124 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion()
145 uint64 props1 = fst1.Properties(kFstProperties, false); in InitConcat()
146 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat()
168 uint64 props = fst.Properties(kFstProperties, false); in InitClosure()
197 uint64 props2 = fst.Properties(kFstProperties, false); in AddUnion()
215 uint64 props2 = fst.Properties(kFstProperties, false); in AddConcat()
Dunion.h61 uint64 props1 = fst1->Properties(kFstProperties, false); in Union()
62 uint64 props2 = fst2.Properties(kFstProperties, false); in Union()
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
Dreverse.h85 uint64 oprops = ofst->Properties(kFstProperties, false); in Reverse()
86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
Dverify.h106 uint64 fst_props = fst.Properties(kFstProperties, false);
113 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,
Dclosure.h51 uint64 props = fst->Properties(kFstProperties, false); in Closure()
70 kFstProperties); in Closure()
Dreweight.h140 fst->Properties(kFstProperties, false)), in Reweight()
141 kFstProperties); in Reweight()
Dstate-map.h103 uint64 props = fst->Properties(kFstProperties, false); in StateMap()
115 fst->SetProperties(mapper->Properties(props), kFstProperties); in StateMap()
169 uint64 oprops = ofst->Properties(kFstProperties, false); in StateMap()
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in StateMap()
279 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
Dtest-properties.h82 uint64 fst_props = fst.Properties(kFstProperties, false); // Fst-stored in ComputeProperties()
237 uint64 stored_props = fst.Properties(kFstProperties, false); in TestProperties()
Dshortest-path.h202 ShortestPathProperties(ofst->Properties(kFstProperties, false)), in SingleShortestPath()
203 kFstProperties); in SingleShortestPath()
382 ShortestPathProperties(ofst->Properties(kFstProperties, false)),
383 kFstProperties);
Drmepsilon.h318 RmEpsilonProperties(fst->Properties(kFstProperties, false)), in RmEpsilon()
319 kFstProperties); in RmEpsilon()
408 uint64 props = fst.Properties(kFstProperties, false); in RmEpsilonFstImpl()
464 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
Dadd-on.h159 SetProperties(fst_.Properties(kFstProperties, false)); in fst_()
168 SetProperties(fst_.Properties(kFstProperties, false)); in fst_()
Dstatesort.h92 fst->SetProperties(props, kFstProperties); in StateSort()
Drelabel.h61 uint64 props = fst->Properties(kFstProperties, false); in Relabel()
111 fst->SetProperties(RelabelProperties(props), kFstProperties); in Relabel()
327 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
Darc-map.h125 uint64 props = fst->Properties(kFstProperties, false); in ArcMap()
184 fst->SetProperties(mapper->Properties(props), kFstProperties); in ArcMap()
285 uint64 oprops = ofst->Properties(kFstProperties, false); in ArcMap()
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in ArcMap()
429 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
Dsynchronize.h88 uint64 props = fst.Properties(kFstProperties, false); in SynchronizeFstImpl()
158 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
Dcompose.h247 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
408 uint64 fprops1 = fst1.Properties(kFstProperties, false); in ComposeFstImpl()
409 uint64 fprops2 = fst2.Properties(kFstProperties, false); in ComposeFstImpl()
Dfactor-weight.h191 uint64 props = fst.Properties(kFstProperties, false); in FactorWeightFstImpl()
264 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
Ddeterminize.h378 uint64 iprops = fst.Properties(kFstProperties, false); in DeterminizeFstImplBase()
516 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
734 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
Dedit-fst.h430 data_->SetEditedProperties(wrapped_->Properties(kFstProperties, false), in EditFstImpl()
431 kFstProperties); in EditFstImpl()
Dcomplement.h116 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
Drandgen.h358 uint64 props = fst.Properties(kFstProperties, false); in RandGenFstImpl()
424 uint64 Properties() const { return Properties(kFstProperties); } in Properties()
Dproperties.h315 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties; variable
/external/openfst/src/include/fst/script/
Dinfo-impl.h88 properties_ = fst.Properties(kFstProperties, test_properties);
/external/openfst/src/include/fst/extensions/pdt/
Dshortest-path.h724 ShortestPathProperties(ofst_->Properties(kFstProperties, false)), in GetPath()
725 kFstProperties); in GetPath()

12