Searched defs:ipairs (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/bin/
H A Dfstrelabel.cc57 usage += " -relabel_ipairs ipairs.txt\n";
99 vector<pair<Label, Label> > ipairs; local
102 if(!fst::ReadLabelPairs(FLAGS_relabel_ipairs, &ipairs,
111 s::Relabel(fst, ipairs, opairs);
H A Dfstsymbols.cc95 vector<pair<Label, Label> > ipairs; local
96 fst::ReadLabelPairs(FLAGS_relabel_ipairs, &ipairs,
98 SymbolTable *isyms = RelabelSymbolTable(fst->InputSymbols(), ipairs);
/external/openfst/src/script/
H A Drelabel.cc37 const vector<pair<int64, int64> > &ipairs,
39 RelabelArgs2 args(ofst, ipairs, opairs);
36 Relabel(MutableFstClass *ofst, const vector<pair<int64, int64> > &ipairs, const vector<pair<int64, int64> > &opairs) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drelabel.h44 const vector<pair<typename A::Label, typename A::Label> >& ipairs,
53 for (size_t i = 0; i < ipairs.size(); ++i) {
54 input_map[ipairs[i].first] = ipairs[i].second;
108 vector<pair<Label, Label> > ipairs; local
112 ipairs.push_back(make_pair(syms_iter.Value(),
129 Relabel(fst, ipairs, opairs);
165 const vector<pair<Label, Label> >& ipairs,
175 if (ipairs.size() > 0) {
176 for (size_t i = 0; i < ipairs
42 Relabel( MutableFst<A> *fst, const vector<pair<typename A::Label, typename A::Label> >& ipairs, const vector<pair<typename A::Label, typename A::Label> >& opairs) argument
164 RelabelFstImpl(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
329 RelabelFst(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs) argument
334 RelabelFst(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
[all...]
/external/openfst/src/include/fst/
H A Drelabel.h46 // \param ipairs vector of input label pairs indicating old to new mapping
52 const vector<pair<typename A::Label, typename A::Label> >& ipairs,
61 for (size_t i = 0; i < ipairs.size(); ++i) {
62 input_map[ipairs[i].first] = ipairs[i].second;
140 vector<pair<Label, Label> > ipairs; local
147 ipairs.push_back(make_pair(isymbol_val, new_isymbol_val));
167 Relabel(fst, ipairs, opairs);
209 const vector<pair<Label, Label> >& ipairs,
219 if (ipairs
50 Relabel( MutableFst<A> *fst, const vector<pair<typename A::Label, typename A::Label> >& ipairs, const vector<pair<typename A::Label, typename A::Label> >& opairs) argument
208 RelabelFstImpl(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
394 RelabelFst(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs) argument
399 RelabelFst(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
[all...]

Completed in 126 milliseconds