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;
110 const Tuple tuple(arc.ilabel,
135 WriteType(strm, tuple->ilabel);
[all...]
H A Dreplace.h322 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
339 Label ilabel = (opts_.epsilon_on_replace) ? 0 : arc.ilabel; local
340 AddArc(s, A(ilabel, 0, arc.weight, nt_nextstate));
346 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
H A Drmepsilon.h77 Label ilabel; member in struct:fst::RmEpsilonState::Element
84 : ilabel(i), olabel(o), nextstate(s) {}
92 e.ilabel * kPrime0 +
104 return (e1.ilabel == e2.ilabel) && (e1.olabel == e2.olabel)
161 Element element(arc.ilabel, arc.olabel, arc.nextstate);
/external/openfst/src/include/fst/
H A Darc.h51 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
61 Label ilabel; member in class:fst::ArcTpl
84 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
97 Label ilabel; // Transition input label member in class:fst::StringArc
116 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
119 : ilabel(arc.ilabel), olabel(arc.ilabel),
131 Label ilabel; // Transition input label member in struct:fst::GallicArc
147 : ilabel(
156 Label ilabel; // Transition input label member in struct:fst::ReverseArc
180 Label ilabel; // Transition input label member in struct:fst::LexicographicArc
204 Label ilabel; // Transition input label member in struct:fst::ProductArc
236 Label ilabel; // Transition input label member in struct:fst::PowerArc
268 Label ilabel; // Transition input label member in struct:fst::SparsePowerArc
299 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) {}
114 e.ilabel * kPrime0 +
124 return (e1.ilabel == e2.ilabel) && (e1.olabel == e2.olabel)
189 Element element(arc.ilabel, arc.olabel, arc.nextstate);
247 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.c67 #define IS_SILENCE_ILABEL(ilabel,context) (ilabel >= context->hmm_ilabel_offset+EPSILON_OFFSET && ilabel<context->hmm_ilabel_offset+EPSILON_OFFSET+NUM_SILENCE_HMMS)
244 if(context->FSMarc_list[i].ilabel == WORD_BOUNDARY)
300 char* hmm_name(modelID ilabel, modelID hmm_ilabel_offset, char* buf) argument
302 if (ilabel == EPSILON_LABEL)
304 else if (ilabel == WORD_BOUNDARY)
306 else if (ilabel == PHONE_BOUNDARY)
309 sprintf(buf, "hmm%03d", ilabel - hmm_ilabel_offset);
1054 atoken->ilabel
1146 char *ilabel, *olabel; local
2135 find_next_arc_with_ilabel(srec_context* fst, FSMnode* node, labelID ilabel, FSMarc** last) argument
2149 find_prev_arc_with_iolabels(srec_context* fst, FSMnode* node, labelID ilabel, labelID olabel, FSMarc** last) argument
[all...]

Completed in 632 milliseconds