Searched defs:olabel (Results 1 - 13 of 13) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darc.h36 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
46 Label olabel; // Transition output label member in struct:fst::StdArc
60 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
70 Label olabel; // Transition output label member in struct:fst::LogArc
85 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
99 Label olabel; // Transition output label member in class:fst::StringArc
117 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
120 : ilabel(arc.ilabel), olabel(arc.ilabel),
121 weight(arc.olabel, arc.weight), nextstate(arc.nextstate) {}
133 Label olabel; // Transitio member in struct:fst::GallicArc
158 Label olabel; // Transition output 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) {}
55 Label olabel; member in struct:fst::EncodeTable::Tuple
64 x->olabel == y->olabel &&
87 if (encode_flags_ & kEncodeLabels) hash ^= x->olabel >> rshift;
111 flags_ & kEncodeLabels ? arc.olabel : 0,
136 WriteType(strm, tuple->olabel);
166 ReadType(strm, &tuple->olabel);
[all...]
H A Drmepsilon.h78 Label olabel; member in struct:fst::RmEpsilonState::Element
84 : ilabel(i), olabel(o), nextstate(s) {}
93 e.olabel * kPrime1);
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) {}
62 Label olabel; member in class:fst::ArcTpl
84 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
98 Label olabel; // Transition output label member in class:fst::StringArc
116 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
119 : ilabel(arc.ilabel), olabel(arc.ilabel),
120 weight(arc.olabel, arc.weight), nextstate(arc.nextstate) {}
132 Label olabel; // Transition output label member in struct:fst::GallicArc
147 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
157 Label olabel; // Transitio member in struct:fst::ReverseArc
181 Label olabel; // Transition output label member in struct:fst::LexicographicArc
205 Label olabel; // Transition output label member in struct:fst::ProductArc
237 Label olabel; // Transition output label member in struct:fst::PowerArc
269 Label olabel; // Transition output label member in struct:fst::SparsePowerArc
300 Label olabel; // Transition output 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) {}
70 Label olabel; member in struct:fst::EncodeTable::Tuple
79 x->olabel == y->olabel &&
102 hash = hash << lshift ^ hash >> rshift ^ x->olabel;
133 flags_ & kEncodeLabels ? arc.olabel : 0,
148 flags_ & kEncodeLabels ? arc.olabel : 0,
212 SymbolTable *osymbols_; // Pre-encoded olabel symbo
[all...]
H A Drmepsilon.h101 Label olabel; member in struct:fst::RmEpsilonState::Element
107 : ilabel(i), olabel(o), nextstate(s) {}
115 e.olabel * kPrime1);
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)
/external/openfst/src/test/
H A Dfst_test.cc38 ilabel(i), olabel(o), weight(w), nextstate(s) {}
47 Label olabel; // Transition output label member in struct:fst::CustomArc
/external/srec/srec/include/
H A Dastar.h63 labelID olabel; /* output label */ member in struct:arc_token_t
H A Dsearch_network.h132 labelID olabel; /* output label */ member in struct:FSMarc_t
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c279 labelID olabel = 0; local
435 if (IS_SCRIPT_MARKER(oword)) /* olabel type: script */
437 olabel = (labelID) atoi(&oword[1]);
438 olabel = (wordID)(olabel + semgraph->script_olabel_offset); /* the offset */
440 else if (IS_SCOPE_MARKER(oword)) /* olabel type: scope marker */
443 olabel = wordmap_find_index(semgraph->scopes_olabels, oword);
445 if (olabel == MAXwordID) /* not found so add to wordmap and get new index */
446 olabel = wordmap_add_word(semgraph->scopes_olabels, oword);
447 olabel
[all...]
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp368 (float)arc.ilabel + ((float)max_ilabels)*arc.olabel > INT_MAX) {
372 arc.ilabel = arc.ilabel + max_ilabels * arc.olabel;
373 arc.olabel = 0;
407 arc.olabel = arc.ilabel / max_ilabels;
408 arc.ilabel = arc.ilabel - arc.olabel*max_ilabels;
462 if(arc.olabel >= myMin && arc.olabel < myMax) {
464 int slotId = arc.olabel;
467 std::cout << "info: FstPushSlotLikeOLabels() at state " << s << " arc ilabel " << arc.ilabel << " olabel " << arc.olabel << st
717 int olabel = wordId; local
[all...]
/external/srec/srec/crec/
H A Dsrec.c902 if(fsm_arc->olabel != WORD_EPSILON_LABEL)
903 word_with_wtw = fsm_arc->olabel ;
945 if( fsm_arc->olabel!=WORD_EPSILON_LABEL && wtoken_index != MAXwtokenID) {
1570 wordID olabel; local
1576 olabel = fsm_arc->olabel;
1634 if (olabel != WORD_EPSILON_LABEL)
1636 token->word[0] = olabel;
H A Dsrec_context.c111 wordID olabel, costdata cost,
1063 atoken->olabel = wordmap_find_index(fst->olabels, olabel_str);
1073 atoken->olabel_str = (atoken->olabel < fst->olabels->num_words ? fst->olabels->words[atoken->olabel] : 0);
1146 char *ilabel, *olabel; local
1164 olabel = fst->olabels->words[atoken->olabel];
1170 from_node, into_node, ilabel, olabel, atoken->cost);
1176 from_node, into_node, ilabel, olabel);
1196 wordID olabel local
2149 find_prev_arc_with_iolabels(srec_context* fst, FSMnode* node, labelID ilabel, labelID olabel, FSMarc** last) argument
3761 wordID olabel; local
[all...]

Completed in 434 milliseconds