Searched refs:input_map_ (Results 1 – 1 of 1) sorted by relevance
225 input_map_[ipairs[i].first] = ipairs[i].second; in RelabelFstImpl()258 input_map_[syms_iter.Value()] = new_isymbols->Find(syms_iter.Symbol()); in RelabelFstImpl()279 input_map_(impl.input_map_), in RelabelFstImpl()350 input_map_.find(arc.ilabel); in Expand()351 if (it != input_map_.end()) { arc.ilabel = it->second; } in Expand()370 unordered_map<Label, Label> input_map_; variable