mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
/**
|
|
* @defgroup pkg_gemmlowp GEMM (General Matrix Multiplication) library
|
|
* @ingroup pkg
|
|
* @brief Provides support for GEMM library from Google
|
|
*
|
|
* Only provided in RIOT as a dependency of the TensorFlow-Lite package.
|
|
*
|
|
* @see https://github.com/google/gemmlowp
|
|
*/
|