Searched defs:ilabel (Results 1 - 14 of 14) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darc.h36 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
45 Label ilabel; // Transition input label member in struct:fst::StdArc
60 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
69 Label ilabel; // Transition input label member in struct:fst::LogArc
85 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
98 Label ilabel; // Transition input label member in class:fst::StringArc
117 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
120 : ilabel(arc.ilabel), olabel(arc.ilabel),
132 Label ilabel; // Transition input label member in struct:fst::GallicArc
157 Label ilabel; // Transition input label member in struct:fst::ReverseArc
[all...]
H A Dencode.h50 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
52 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {}
54 Label ilabel; member in struct:fst::EncodeTable::Tuple
63 return (x->ilabel == y->ilabel &&
84 int lshift = x->ilabel % kPrime;
86 size_t hash = x->ilabel << lshift;
113 const Tuple tuple(arc.ilabel,
138 WriteType(strm, tuple->ilabel);
[all...]
H A Dreplace.h323 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
340 Label ilabel = (opts_.epsilon_on_replace) ? 0 : arc.ilabel; local
341 AddArc(s, A(ilabel, 0, arc.weight, nt_nextstate));
347 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
H A Drmepsilon.h79 Label ilabel; member in struct:fst::RmEpsilonState::Element
86 : ilabel(i), olabel(o), nextstate(s) {}
94 e.ilabel * kPrime0 +
106 return (e1.ilabel == e2.ilabel) && (e1.olabel == e2.olabel)
163 Element element(arc.ilabel, arc.olabel, arc.nextstate);
/external/openfst/src/include/fst/
H A Darc.h50 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
60 Label ilabel; member in class:fst::ArcTpl
83 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
96 Label ilabel; // Transition input label member in class:fst::StringArc
115 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
118 : ilabel(arc.ilabel), olabel(arc.ilabel),
130 Label ilabel; // Transition input label member in struct:fst::GallicArc
146 : ilabel(
155 Label ilabel; // Transition input label member in struct:fst::ReverseArc
179 Label ilabel; // Transition input label member in struct:fst::LexicographicArc
203 Label ilabel; // Transition input label member in struct:fst::ProductArc
235 Label ilabel; // Transition input label member in struct:fst::PowerArc
267 Label ilabel; // Transition input label member in struct:fst::SparsePowerArc
298 Label ilabel; // Transition input label member in struct:fst::ExpectationArc
[all...]
H A Dencode.h65 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
67 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {}
69 Label ilabel; member in struct:fst::EncodeTable::Tuple
78 return (x->ilabel == y->ilabel &&
98 size_t hash = x->ilabel;
132 const Tuple tuple(arc.ilabel,
147 const Tuple tuple(arc.ilabel,
211 SymbolTable *isymbols_; // Pre-encoded ilabel symbo
[all...]
H A Drmepsilon.h100 Label ilabel; member in struct:fst::RmEpsilonState::Element
107 : ilabel(i), olabel(o), nextstate(s) {}
115 e.ilabel * kPrime0 +
125 return (e1.ilabel == e2.ilabel) && (e1.olabel == e2.olabel)
190 Element element(arc.ilabel, arc.olabel, arc.nextstate);
248 if (aiter.Value().ilabel != 0 || aiter.Value().olabel != 0)
H A Dreplace.h551 // to compute without caching (i.e. not ilabel sorted),
571 ((aiter.Value().ilabel == 0) ||
700 arcp->ilabel = 0;
733 *arcp = A(arc.ilabel, arc.olabel, arc.weight, nextstate);
752 Label ilabel = (epsilon_on_replace_) ? 0 : arc.ilabel; local
753 *arcp = A(ilabel, 0, arc.weight, nt_nextstate);
762 *arcp = A(arc.ilabel, arc.olabel, arc.weight, nextstate);
941 // The ReplaceFst need to be built such that it is known to be ilabel
945 // iterator when available (Fst is ilabel sorte
[all...]
/external/openfst/src/test/
H A Dfst_test.cc38 ilabel(i), olabel(o), weight(w), nextstate(s) {}
46 Label ilabel; // Transition input label member in struct:fst::CustomArc
64 return make_pair(arc.ilabel, arc.weight);
/external/srec/srec/include/
H A Dastar.h62 wordID ilabel; /* input label */ member in struct:arc_token_t
H A Dsearch_network.h131 labelID ilabel; /* input label */ member in struct:FSMarc_t
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c278 wordID ilabel = 0; local
429 ilabel = wordmap_find_index(ilabels, iword);
464 ilabel = MAXwordID;
478 atoken->ilabel = ilabel;
648 if (atoken->ilabel != WORD_EPSILON_LABEL)
659 if (atoken->ilabel != expected_ilabel)
670 if (atoken->ilabel != WORD_EPSILON_LABEL &&
671 !(atoken->ilabel == MAXwordID && atoken->olabel == MAXwordID))
732 if (atok->ilabel
801 arc_tokens_find_ilabel(arc_token* base, arc_token* arc_token_list, wordID ilabel) argument
[all...]
/external/srec/srec/crec/
H A Dsrec.c386 hmm_info = &rec->context->hmm_info_for_ilabel[fsm_arc->ilabel];
414 if (fsm_arc->ilabel != MAXlabelID)
416 hmm_info = &rec->context->hmm_info_for_ilabel[fsm_arc->ilabel];
894 if (fsm_arc->ilabel >= EPSILON_OFFSET)
912 if (fsm_arc->ilabel == WORD_BOUNDARY && cost_with_wtw >= current_word_threshold) {
930 if (fsm_arc->ilabel == WORD_BOUNDARY) {
1028 else if(fsm_arc->ilabel == EPSILON_LABEL) {
1139 hmm_info = &rec->context->hmm_info_for_ilabel[ fsm_arc->ilabel];
1268 labelID ilabel; local
1278 for (ilabel
1569 labelID ilabel; local
[all...]
H A Dsrec_context.c66 #define IS_SILENCE_ILABEL(ilabel,context) (ilabel >= context->hmm_ilabel_offset+EPSILON_OFFSET && ilabel<context->hmm_ilabel_offset+EPSILON_OFFSET+NUM_SILENCE_HMMS)
243 if(context->FSMarc_list[i].ilabel == WORD_BOUNDARY)
299 char* hmm_name(modelID ilabel, modelID hmm_ilabel_offset, char* buf) argument
301 if (ilabel == EPSILON_LABEL)
303 else if (ilabel == WORD_BOUNDARY)
305 else if (ilabel == PHONE_BOUNDARY)
308 sprintf(buf, "hmm%03d", ilabel - hmm_ilabel_offset);
1053 atoken->ilabel
1145 char *ilabel, *olabel; local
2134 find_next_arc_with_ilabel(srec_context* fst, FSMnode* node, labelID ilabel, FSMarc** last) argument
2148 find_prev_arc_with_iolabels(srec_context* fst, FSMnode* node, labelID ilabel, labelID olabel, FSMarc** last) argument
[all...]

Completed in 211 milliseconds