Home
last modified time | relevance | path

Searched refs:CreateArc (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope()
149 (void) CreateArc (begLabel, begOutLabel, startId, beginScopeId); in ConnectLastScope()
150 (void) CreateArc (endLabel, endOutLabel, endScopeId, endId); in ConnectLastScope()
153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
155 (void) CreateArc (endLabel, ruleId, endScopeId, lastId); in ConnectLastScope()
158 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
160 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope()
180 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, lastId); // start to end in CloseScope()
192 (void) CreateArc (NONE_LABEL, NONE_LABEL, lastId + (ii - 1) * blockCount, finalId); in CloseScope()
[all …]
Dsub_phon.cpp60 arcOne= CreateArc (NONE_LABEL, NONE_LABEL, arc[ii]->GetFromId(), newId); in ExpandPhonemes()
64 arcOne= CreateArc (-wordId, wordId, newId, nextId); in ExpandPhonemes()
67 arcOne= CreateArc (WB_LABEL, NONE_LABEL, nextId, arc[ii]->GetToId()); in ExpandPhonemes()
83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId); in ExpandPhonemes()
90 arcOne= CreateArc (WB_LABEL, wordId, currId, arc[ii]->GetToId()); in ExpandPhonemes()
185 arcOne= CreateArc (modelSequence[jj], NONE_LABEL, currId, newId); in ExpandToHMMs()
250 arcOne= CreateArc (modelSequence[jj], in ExpandIntraWordSilence()
293 arcOne= CreateArc (followSequence[jj], in ExpandIntraWordSilence()
429 arcOne= CreateArc (modelSequence[0], NONE_LABEL, arc[ii]->GetFromId(), newId); in ExpandWordBoundaries()
431 (void) CreateArc (WB_LABEL, arc[ii]->GetOutput(), newId, arc[ii]->GetToId()); in ExpandWordBoundaries()
[all …]
Dsub_grph.h209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
Dsub_base.cpp71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) in CreateArc() function in SubGraph