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

1 2 3 4

  /external/openfst/src/include/fst/
arc.h 50 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
61 Label olabel; member in class:fst::ArcTpl
83 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
97 Label olabel; // Transition output label member in class:fst::StringArc
115 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
118 : ilabel(arc.ilabel), olabel(arc.ilabel),
119 weight(arc.olabel, arc.weight), nextstate(arc.nextstate) {}
131 Label olabel; // Transition output label member in struct:fst::GallicArc
146 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
156 Label olabel; // Transition output labe member in struct:fst::ReverseArc
180 Label olabel; \/\/ Transition output label member in struct:fst::LexicographicArc
204 Label olabel; \/\/ Transition output label member in struct:fst::ProductArc
236 Label olabel; \/\/ Transition output label member in struct:fst::PowerArc
268 Label olabel; \/\/ Transition output label member in struct:fst::SparsePowerArc
299 Label olabel; \/\/ Transition output label member in struct:fst::ExpectationArc
    [all...]
arcfilter.h 44 return arc.ilabel == 0 && arc.olabel == 0;
64 return arc.olabel == 0;
82 Label label = match_input_ ? arc.ilabel : arc.olabel;
encode.h 65 : 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 symbol tabl
    [all...]
equal.h 82 } else if (arc1.olabel != arc2.olabel) {
86 << ", olabel1 = " << arc1.olabel
87 << ", olabel2 = " << arc2.olabel;
test-properties.h 144 if (olabels && olabels->find(arc.olabel) != olabels->end()) {
148 if (arc.ilabel != arc.olabel) {
152 if (arc.ilabel == 0 && arc.olabel == 0) {
160 if (arc.olabel == 0) {
168 if (prev_arc.olabel != kNoLabel && arc.olabel < prev_arc.olabel) {
188 olabels->insert(arc.olabel);
arc-map.h 145 if (final_arc.ilabel != 0 || final_arc.olabel != 0) {
156 if (final_arc.ilabel != 0 || final_arc.olabel != 0) {
174 if (final_arc.ilabel != 0 || final_arc.olabel != 0 ||
176 fst->AddArc(s, A(final_arc.ilabel, final_arc.olabel,
251 if (final_arc.ilabel != 0 || final_arc.olabel != 0) {
260 if (final_arc.ilabel != 0 || final_arc.olabel != 0) {
276 if (final_arc.ilabel != 0 || final_arc.olabel != 0 ||
278 ofst->AddArc(s, B(final_arc.ilabel, final_arc.olabel,
384 if (final_arc.ilabel != 0 || final_arc.olabel != 0) {
397 if (final_arc.ilabel == 0 && final_arc.olabel == 0
    [all...]
verify.h 75 } else if (!allow_negative_labels && arc.olabel < 0) {
79 } else if (osyms && osyms->Find(arc.olabel) == "") {
80 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
compose-filter.h 259 if (arc1->olabel == kNoLabel)
265 return arc1->olabel == 0 ? FilterState::NoState() : FilterState(0);
347 else if (arc1->olabel == kNoLabel)
350 return arc1->olabel == 0 ? FilterState::NoState() : FilterState(0);
442 else if (arc1->olabel == kNoLabel) // Epsilon on Fst2
447 else if (arc1->olabel == 0) // Epsilon on both
513 if (arc1->olabel == kNoLabel)
516 arc2->olabel = arc1->olabel;
vector-fst.h 110 if (arcs[i].olabel == 0)
235 if (arc.olabel == 0) {
262 if (arcs[j].olabel == 0)
315 if (arc.olabel == 0)
354 ReadType(strm, &arc.olabel);
365 if (arc.olabel == 0)
555 WriteType(strm, arc.olabel);
645 if (oarc.ilabel != oarc.olabel)
650 if (oarc.olabel == 0)
653 if (oarc.olabel == 0)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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...]
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...]
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
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...]
arcfilter.h 37 return arc.ilabel == 0 && arc.olabel == 0;
  /external/openfst/src/bin/
fstarcsort.cc 29 "Comparison method, one of: \"ilabel\", \"olabel\"");
56 } else if (FLAGS_sort_type == "olabel") {
  /external/openfst/src/include/fst/script/
compile-impl.h 97 arc.olabel = arc.ilabel;
105 arc.olabel = arc.ilabel;
108 arc.olabel = StrToOLabel(col[3]);
116 arc.olabel = StrToOLabel(col[3]);
183 return StrToId(s, osyms_, "arc olabel", allow_negative_labels_);
203 const SymbolTable *osyms_; // olabel symbol table
  /external/openfst/src/include/fst/extensions/pdt/
replace.h 102 if (max_label == kNoLabel || arc.olabel > max_label)
103 max_label = arc.olabel;
105 label2id.find(arc.olabel);
110 if (non_term_set.count(arc.olabel) == 0) {
111 non_term_queue.push_back(arc.olabel);
112 non_term_set.insert(arc.olabel);
146 label2id.find(arc.olabel);
  /external/srec/tools/grxmlcompile/
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/Semproc/src/
SemanticProcessorImpl.c 267 printf("%strying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok,
268 atok->ilabel, atok->ilabel!=MAXwordID?semgraph->ilabels->words[atok->ilabel]:"max", atok->olabel);
284 PLogError(L("a %x ilabel %d olabel %d"), a, a->ilabel, a->olabel);
306 printf("%smatched arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok,
307 atok->ilabel, semgraph->ilabels->words[atok->ilabel], atok->olabel);
317 else if (atokfna && atokfna->ilabel==MAXwordID && atokfna->olabel==MAXwordID && *currentWord==MAXwordID)
348 printf("%sdone trying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok,
349 atok->ilabel, semgraph->ilabels->words[atok->ilabel], atok->olabel);
374 printf("%strying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok
    [all...]
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...]
  /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...]

Completed in 776 milliseconds

1 2 3 4