Searched refs:modelCount (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_phon.cpp77 int modelCount = pron.getPhonemeCount(jj); local
78 for (int kk= 0; kk < modelCount; kk++) {
159 int modelCount; local
174 modelCount = modelSequence.size();
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl;
178 if (modelCount >= 0) {
180 for (int jj= 0; jj < modelCount; jj++) {
181 if (jj == (modelCount - 1))
210 int ii, fix, bix, firstId, newId, modelCount, followCount, currId, count; local
242 modelCount
[all...]

Completed in 131 milliseconds