OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acousticmodel
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/AcousticModels/include/
SR_AcousticModels.h
34
*
AcousticModel
ID.
51
* Destroys an
AcousticModel
collection.
57
* Saves an
AcousticModel
collection to file.
124
* Destroys an
AcousticModel
collection.
130
* Loads an
AcousticModel
collection from file.
138
* Saves an
AcousticModel
collection to file.
145
* Sets
AcousticModel
parameter, overriding session defaults.
153
* Returns
AcousticModel
parameter value.
/external/srec/tools/grxmlcompile/
vocab.h
57
class
AcousticModel
60
AcousticModel
( std::string & arbFileName );
61
~
AcousticModel
();
85
int lookupModelIDs(
AcousticModel
&acoustic );
vocab.cpp
219
int Pronunciation::lookupModelIDs(
AcousticModel
&acoustic )
270
AcousticModel
::
AcousticModel
( std::string & arbFileName )
281
AcousticModel
::~
AcousticModel
()
286
int
AcousticModel
::getStateIndices(int id, std::vector<int> & stateIDs)
grxmldoc.h
61
AcousticModel
* getModel() { return m_pModel;}
172
AcousticModel
*m_pModel;
Completed in 44 milliseconds