HomeSort by relevance Sort by last modified time
    Searched full:input_map (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
relabel.h 52 hash_map<Label, Label> input_map; local
54 input_map[ipairs[i].first] = ipairs[i].second;
72 input_map.find(arc.ilabel);
73 if (it != input_map.end()) {arc.ilabel = it->second; }
  /external/openfst/src/include/fst/
relabel.h 64 unordered_map<Label, Label> input_map; local
66 input_map[ipairs[i].first] = ipairs[i].second;
84 input_map.find(arc.ilabel);
85 if (it != input_map.end()) {

Completed in 3360 milliseconds