This is the documentation of the liblarod C API.
The entire API of liblarod is contained in larod.h
.
There are also some documents with various information (that can be found under "Related Pages" in html docs):
- "Introduction for app developers" gives a general introduction to larod.
- "Preprocessing" contains a detailed description of the preprocessing capabilities of larod.
- "Neural network inference" contains descriptions of the various neural network inference backends of larod.
- "Data formats in larod" describes the data format of models.
- "Changes in the larod API" lists API-breaking changes of each larod major release.
- "Working with dma-buf in larod" describes how larod can use DMA buffers with for faster execution times.
- The larod-client document describes the
larod-client
command-line tool.
- Instructions for the (DEPRECATED) larod-convert tool that converts models into
.larod
format can be found in ../tools/model-converter/README.md "\"Model converter tool"". NOTE: It is no longer required to wrap models in .larod
format and this tool will be removed in the future.