mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 10:58:57 +01:00
14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
config BR2_PACKAGE_RUY
|
|
bool "ruy"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_CPUINFO
|
|
help
|
|
ruy is a matrix multiplication library.
|
|
Its focus is to cover the matrix multiplication
|
|
needs of neural network inference engines.
|
|
|
|
Its initial user has been TensorFlow Lite, where
|
|
it is used by default on the ARM CPU architecture.
|
|
|
|
https://github.com/google/ruy
|