HomeSort by relevance Sort by last modified time
    Searched defs:ilabels (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 54 wordmap* ilabels; member in struct:SR_SemanticGraphImpl_t
126 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Load(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add);
  /external/openfst/src/include/fst/
test-properties.h 119 unordered_set<Label> *ilabels = 0; local
131 ilabels = new unordered_set<Label>;
141 if (ilabels && ilabels->find(arc.ilabel) != ilabels->end()) {
189 if (ilabels)
190 ilabels->insert(arc.ilabel);
215 delete ilabels;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 117 hash_set<Label> *ilabels = 0; local
129 ilabels = new hash_set<Label>;
138 if (ilabels && ilabels->find(arc.ilabel) != ilabels->end()) {
183 if (ilabels)
184 ilabels->insert(arc.ilabel);
209 delete ilabels;
  /external/srec/tools/test_g2g/
test_g2g.c 195 modelID ilabels[128], num_ilabels; local
287 ilabels[num_ilabels++] = ilabels_preceding[num_ilabels_preceding-1-j];
289 ilabels[num_ilabels++] = ilabels_following[j];
290 if(ilabels[num_ilabels-1] == WORD_BOUNDARY)
293 if(ilabels[j]<fst->hmm_ilabel_offset) {
297 ilabels[j] = ilabels[j] - (labelID)fst->hmm_ilabel_offset;
301 pfprintf(PSTDOUT, " %d", ilabels[j]);
308 rc = find_phonemes_for_ihmms( ca_arbdata, ilabels, num_ilabels);
312 if(p4pTable[ ilabels[j]]<0)
    [all...]
  /external/srec/srec/include/
srec_context.h 136 wordmap *ilabels; /* input arc labels */ member in struct:srec_context
153 asr_int16_t hmm_ilabel_offset; /* offset for ilabels to hmm */

Completed in 191 milliseconds