HomeSort by relevance Sort by last modified time
    Searched refs:olabel (Results 1 - 25 of 36) sorted by null

1 2

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcfilter.h 37 return arc.ilabel == 0 && arc.olabel == 0;
arc.h 36 : 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; // Transition output labe member in struct:fst::GallicArc
158 Label olabel; \/\/ Transition output label member in struct:fst::ReverseArc
    [all...]
arcsum.h 33 if (x.olabel < y.olabel) return true;
34 if (x.olabel < y.olabel) return false;
47 x.olabel == y.olabel &&
equal.h 79 } else if (arc1.olabel != arc2.olabel) {
83 << ", olabel1 = " << arc1.olabel
84 << ", olabel2 = " << arc2.olabel;
test-properties.h 142 if (olabels && olabels->find(arc.olabel) != olabels->end()) {
146 if (arc.ilabel != arc.olabel) {
150 if (arc.ilabel == 0 && arc.olabel == 0) {
158 if (arc.olabel == 0) {
166 if (prev_arc.olabel != kNoLabel && arc.olabel < prev_arc.olabel) {
186 olabels->insert(arc.olabel);
encode.h 50 : 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;
114 flags_ & kEncodeLabels ? arc.olabel : 0,
139 WriteType(strm, tuple->olabel);
167 ReadType(strm, &tuple->olabel);
    [all...]
verify.h 72 } else if (arc.olabel < 0) {
76 } else if (osyms && osyms->Find(arc.olabel) == "") {
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
map.h 108 CHECK(final_arc.ilabel == 0 && final_arc.olabel == 0);
115 if (final_arc.ilabel != 0 || final_arc.olabel != 0) {
133 if (final_arc.ilabel != 0 || final_arc.olabel != 0 ||
135 fst->AddArc(s, A(final_arc.ilabel, final_arc.olabel,
191 CHECK(final_arc.ilabel == 0 && final_arc.olabel == 0);
197 if (final_arc.ilabel != 0 || final_arc.olabel != 0) {
213 if (final_arc.ilabel != 0 || final_arc.olabel != 0 ||
215 ofst->AddArc(s, B(final_arc.ilabel, final_arc.olabel,
308 CHECK(final_arc.ilabel == 0 && final_arc.olabel == 0);
318 if (final_arc.ilabel == 0 && final_arc.olabel == 0
    [all...]
vector-fst.h 104 if (arcs[i].olabel == 0)
234 if (arc.ilabel != arc.olabel) {
242 if (arc.olabel == 0) {
247 if (arc.olabel == 0) {
258 if (parc.olabel > arc.olabel) {
296 if (arcs[j].olabel == 0)
343 if (arc.olabel == 0)
373 ReadType(strm, &arc.olabel);
383 if (arc.olabel == 0
    [all...]
invert.h 32 return A(arc.olabel, arc.ilabel, arc.weight, arc.nextstate);
compose.h 436 arc.olabel = arca.olabel;
442 arc.olabel = arcb.olabel;
486 Label match_labela = find_input ? arca.ilabel : arca.olabel;
497 Label labelb = find_input ? arcb.olabel : arcb.ilabel;
511 Label match_labelb = find_input ? arcb.olabel : arcb.ilabel;
516 Label match_labela = find_input ? arca.ilabel : arca.olabel;
527 Label labela = find_input ? arca.ilabel : arca.olabel;
552 labela = find_input ? arca.ilabel : arca.olabel;
    [all...]
project.h 39 ? arc.ilabel : arc.olabel;
reverse.h 68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
rmfinalepsilon.h 75 if (arc.ilabel == 0 && arc.olabel == 0) {
replace.h 190 nonterminal_hash_.find(arc.olabel);
193 depfst.AddArc(i - 1, A(arc.olabel, arc.olabel, Weight::One(), j));
320 if (arc.olabel == 0) { // expand local fst
323 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
327 nonterminal_hash_.find(arc.olabel);
347 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
rmepsilon.h 80 Label olabel; member in struct:fst::RmEpsilonState::Element
86 : ilabel(i), olabel(o), nextstate(s) {}
95 e.olabel * kPrime1);
106 return (e1.ilabel == e2.ilabel) && (e1.olabel == e2.olabel)
163 Element element(arc.ilabel, arc.olabel, arc.nextstate);
relabel.h 76 it = output_map.find(arc.olabel);
77 if (it != output_map.end()) { arc.olabel = it->second; }
288 output_map_.find(arc.olabel);
289 if (it != output_map_.end()) { arc.olabel = it->second; }
synchronize.h 216 if (!Empty(e.istring, arc.ilabel) && !Empty(e.ostring, arc.olabel)) {
218 const String *ostring = Cdr(e.ostring, arc.olabel);
221 Car(e.ostring, arc.olabel), arc.weight, d));
224 const String *ostring = Concat(e.ostring, arc.olabel);
randgen.h 146 Arc oarc(iarc.ilabel, iarc.olabel, Weight::One(), ofst->AddState());
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 368 (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 << std::endl
717 int olabel = wordId; local
    [all...]
fst-io.h 120 PrintOLabel(arc.olabel);
139 const SymbolTable *osyms_; // olabel symbol table
251 arc.olabel = arc.ilabel;
259 arc.olabel = arc.ilabel;
262 arc.olabel = StrToOLabel(col[3]);
270 arc.olabel = StrToOLabel(col[3]);
335 return StrToId(s, osyms_, "arc olabel");
354 const SymbolTable *osyms_; // olabel symbol table
  /external/srec/srec/crec/
srec_context.c 110 wordID olabel, costdata cost,
1145 char *ilabel, *olabel; local
1195 wordID olabel = MAXwordID; local
3760 wordID olabel; local
    [all...]
  /external/srec/srec/include/
astar.h 63 labelID olabel; /* output label */ member in struct:arc_token_t
search_network.h 132 labelID olabel; /* output label */ member in struct:FSMarc_t
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 279 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 = (wordID)(olabel + semgraph->scopes_olabel_offset); /* the offset *
    [all...]

Completed in 2214 milliseconds

1 2