Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dtest-properties.h120 unordered_set<Label> *olabels = 0; in ComputeProperties() local
133 olabels = new unordered_set<Label>; in ComputeProperties()
145 if (olabels && olabels->find(arc.olabel) != olabels->end()) { in ComputeProperties()
191 if (olabels) in ComputeProperties()
192 olabels->insert(arc.olabel); in ComputeProperties()
216 delete olabels; in ComputeProperties() local