Searched refs:inputLabel (Results 1 – 4 of 4) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | netw_arc.h | 39 inputLabel= iLabel; in NUANArc() 51 inputLabel= iLabel; in NUANArc() 65 inputLabel= arcsrc->inputLabel; in NUANArc() 79 inputLabel= arcsrc->inputLabel; in NUANArc() 111 inputLabel= Id; in AssignInput() 134 int GetInput() { return inputLabel; }; in GetInput() 164 if (inputLabel == iLabel) in Transduce() 182 else if (inputLabel > test->inputLabel) in Compare() 184 else if (inputLabel < test->inputLabel) in Compare() 196 if (inputLabel > test->inputLabel) in CompareSymbol() [all …]
|
D | netw_dump.cpp | 61 switch ( arc[loc]->inputLabel ) { in WriteForwardGraphFile() 79 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) { in WriteForwardGraphFile() 81 ss << arc[loc]->inputLabel; in WriteForwardGraphFile() 118 switch ( arc[loc]->inputLabel ) { in WriteForwardGraphWithSemantic() 157 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) { in WriteForwardGraphWithSemantic() 158 inLabel = arc[loc]->inputLabel; in WriteForwardGraphWithSemantic() 207 switch ( arc[loc]->inputLabel ) { in WriteHMMGraphFile() 281 switch ( arc[loc]->inputLabel ) { in WritePhonemeGraphFile() 317 if ( arc[loc]->inputLabel >= 0) { in WritePhonemeGraphFile() 322 if (!p_Doc.findLabel( -arc[loc]->inputLabel, inLabel ) ) { in WritePhonemeGraphFile() [all …]
|
D | sub_grph.cpp | 244 int SubGraph::AddItem (int inputLabel, int tagLabel) in AddItem() argument 256 (void) CreateArc (inputLabel, tagLabel, lastId, newId); in AddItem() 260 (void) CreateArc (inputLabel, tagLabel, startId, endId); in AddItem()
|
D | sub_grph.h | 158 int AddItem (int inputLabel, int tagLabel);
|