Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dtest-properties.h119 unordered_set<Label> *ilabels = 0; in ComputeProperties() local
131 ilabels = new unordered_set<Label>; in ComputeProperties()
141 if (ilabels && ilabels->find(arc.ilabel) != ilabels->end()) { in ComputeProperties()
189 if (ilabels) in ComputeProperties()
190 ilabels->insert(arc.ilabel); in ComputeProperties()
215 delete ilabels; in ComputeProperties() local