2021-04-08 05:18:02 +08:00
|
|
|
{
|
|
|
|
"name": "nnpack",
|
|
|
|
"version-date": "2021-02-21",
|
2022-04-13 03:47:40 +08:00
|
|
|
"port-version": 3,
|
2021-04-08 05:18:02 +08:00
|
|
|
"description": "Acceleration package for neural networks on multi-core CPUs",
|
|
|
|
"homepage": "https://github.com/Maratyszcza/NNPACK",
|
2022-04-13 03:47:40 +08:00
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"supports": "linux | osx",
|
2021-04-08 05:18:02 +08:00
|
|
|
"dependencies": [
|
|
|
|
"cpuinfo",
|
|
|
|
"fp16",
|
|
|
|
"fxdiv",
|
|
|
|
"psimd",
|
2022-04-13 03:47:40 +08:00
|
|
|
"pthreadpool",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-04-08 05:18:02 +08:00
|
|
|
]
|
|
|
|
}
|