mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-10 08:50:54 +01:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
config BR2_PACKAGE_XNNPACK
|
|
bool "xnnpack"
|
|
select BR2_PACKAGE_CLOG
|
|
select BR2_PACKAGE_CPUINFO
|
|
select BR2_PACKAGE_PTHREADPOOL
|
|
select BR2_PACKAGE_FP16
|
|
help
|
|
High-efficiency floating-point neural network
|
|
inference operators for mobile, server, and Web
|
|
|
|
https://github.com/google/XNNPACK
|