mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 08:29:01 +08:00
15 lines
315 B
JSON
15 lines
315 B
JSON
|
{
|
||
|
"name": "nnpack",
|
||
|
"version-date": "2021-02-21",
|
||
|
"description": "Acceleration package for neural networks on multi-core CPUs",
|
||
|
"homepage": "https://github.com/Maratyszcza/NNPACK",
|
||
|
"supports": "linux & osx",
|
||
|
"dependencies": [
|
||
|
"cpuinfo",
|
||
|
"fp16",
|
||
|
"fxdiv",
|
||
|
"psimd",
|
||
|
"pthreadpool"
|
||
|
]
|
||
|
}
|