mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
24 lines
460 B
ReStructuredText
24 lines
460 B
ReStructuredText
C API Usage example
|
|
===================
|
|
|
|
Creating a model instance and loading model
|
|
-------------------------------------------
|
|
|
|
.. literalinclude:: ../native_client/client.cc
|
|
:language: c
|
|
:linenos:
|
|
:lines: 370-388
|
|
|
|
Performing inference
|
|
--------------------
|
|
|
|
.. literalinclude:: ../native_client/client.cc
|
|
:language: c
|
|
:linenos:
|
|
:lines: 59-94
|
|
|
|
Full source code
|
|
----------------
|
|
|
|
See :download:`Full source code<../native_client/client.cc>`.
|